找到约 13 条结果

文章 平均价格算法:TWAP vs. VWAP

...基于以太坊的协议只能生成网络上基于其他通证定价的 ERC-20 通证的 TWAP 价格。 相反,[Chainlink](https://chain.link/) 网络使 DeFi 协议不仅可以利用来自整个 [Web3](https://chain.link/education/web3) 生态系统的原生资产的 VWAP 价格数据,还...

文章 精简以太坊

![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%271064%27%20height=%27456%27/%3e)![精简以太坊](https://img.learnblockchain.cn/2025/08/01/57904216_image.jpeg) 昨天是以太坊诞生的第十年。今天,_精简以太坊(lean Ethereum)_ 作...

文章 负责任的漏洞披露 - Nexus Mutual

...是稳健且足以保护免受任何恶意提案影响的。 **在2月20日,星期四早上**,就在我们的社区通话前,我们又收到了一份来自安全研究员[samczsun](https://samczsun.com/)的报告,详细说明了一个可能使互助的部分资金面临风险的漏洞。...

文章 每周以太坊 2024/06/01

.../github.com/ethereum/pm/issues/1054)将于 6 月 5 日讨论潜在更改,ERC 标准化代理合约和钱包最佳实践 ## [大阪+ F 星名](https://eips.ethereum.org/EIPS/eip-7607) 升级 * [Verkle 进展](https://x.com/rudolf6_/status/1796098587366998449),最好情况约 2025 年 #...

文章 🚨 加密货币有史以来最大的闪崩

研究 • 2025年10月15日 ## 加密货币领域最剧烈的闪崩 ![General-3 Orange-1](https://img.learnblockchain.cn/2025/10/15/General-3_Orange-1.png) ### 非理性繁荣:一些锚定可能会在飞行中脱落 加密货币市场周五受到特朗普总统[UTC时间20:50发布的...

文章 影响 0.21.0 以前版本 Bitcoin Core 软件的漏洞披露

... * [源自过量时间调整的网络分裂](https://bitcoincore.org/en/2024/07/03/disclose-timestamp-overflow/):旧版本的 Bitcoin Core 允许自身的时钟被它连接到的前 200 个对等节点所报告的时间扭曲。这些代码本意是允许不超过 70 分钟的扭曲。所有版...

文章 Rust 类型转换实战:利用 From/Into Trait 实现带 Default 容错的安全转换

... this implementation in order for the line `let p = // Person::from("Mark,20")` to compile Please note that you'll need to parse the // age component into a `usize` with something like `"4".parse::()`. The // outcome of this needs to be handled appropriately. // // Steps: // 1. If the length o...

文章 Eleven攻击事件复盘分析 | 零时科技

... 零时科技区块链安全情报平台监控到消息,北京时间2021年6月23日,Nerve官方推文称Nerve相关的保险库Eleven Finance遭到闪电贷攻击,并表示$NRV资金安全,零时科技安全团队及时对该安全事件进行复盘分析。 ![在这里插入图片描...

文章 编写第一笔比特币交易 #2

...到的一个 DER 签名(你的将会有所不同): ``` 30 44 02 20 11 1a 48 2a ba 6a fb a1 2a 6f 27 de 76 7d d4 d0 64 17 de f6 65 bd 10 0b c6 8c 42 84 5c 75 2a 8f 02 20 5e 86 f5 e0 54 b2 c6 ca c5 d6 63 66 4e 35 77 9f b0 34 38 7c 07 84 8b c7 72 44 42 ca cf 65 93 24 ``` ### 标...

文章 区块链101:区块链中的零知识证明

...rnblockchain.cn/article/19625) [之后](https://learnblockchain.cn/article/20198),通过解决一个更普遍的问题来放松一下是个不错的选择,而不是再次如此专注于单一技术。 > 毕竟,我猜想内容相当多。抱歉! 今天,我想让我们一起探索过去几...

文章 chainlink VRF讲解

.../验证是否是由自己生成的随机数 ### 整个流程 ![image-20241024204339420.png](https://img.learnblockchain.cn/attachments/2024/11/C8suCPvq6724e820d49a6.png) ![img](https://docs.chain.link/images/vrf/v2-5/subscription-architecture-diagram.png) 1. 预言机节点网络中,...

文章 Initia:用于交织 Rollup 部署的 Cosmos L1

...构建在 Initia 上的独立 [dApps](https://learnblockchain.cn/article/20492)、协议和 rollup 为大量用途定制自己的经济框架和用户体验,同时提供各种功能,例如原生 [stablecoin](https://learnblockchain.cn/article/20487) 部署、多链桥接、生态系统范围内...

文章 如何使用JavaScript在TRON上部署智能合约并与之交互

...流畅的体验。 ![QuickNode Endpoints](https://img.learnblockchain.cn/2025/10/18/1-8fec3fe0f0db1604a89856b5dac00f0b.png) ### 为钱包充值 让我们通过 [TRON 团队共享的 faucet](https://developers.tron.network/docs/networks) 为钱包充值。 该 faucet 在 TRON Nile 测试网上提...