找到约 14 条结果

文章 零知识证明(ZKP)——详解

...c](https://zksync.io/) 和 [Loopring](https://medium.loopring.io/chainlink-and-loopring-collaborate-on-oracles-for-zkrollup-dex-protocol-c1c8094afc27)。 ![使用不同零知识解决方案的项目的示例。](https://img.learnblockchain.cn/2025/07/18/60736323_image.jpg) 使用不同零知识解...

文章 稳定币支付是否对银行和卡网络构成威胁?

...(https://4pillars.io/en/articles/are-stablecoin-payments-a-threat-to-banks-and-card-networks) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 访问控制 - OpenZeppelin 文档

...色](https://docs.openzeppelin.com/contracts/3.x/access-control#granting-and-revoking),所以并非总是可以确定哪些账户拥有特定角色。这很重要,因为它允许证明关于系统的某些属性,例如管理账户是多重签名或 DAO,或者某个角色已从所有用户中...

文章 限制条款:在比特币脚本中求出脚本公钥

...行为都强制执行一个时延;这时候我们需要的是 “…… AND anything you want ”。 当然,我们可以让送进去的脚本以 `1000 OP_CHECKSEQUENCEVERIFY` 开头。但是,因为任何位置的操作码都会导致脚本立即通过(而不是实际执行它们),他们...

文章 使用Python中的待处理交易估算Gas价格

...A screenshot of the Quicknode endpoint Getting Started page with HTTP link and WSS](https://img.learnblockchain.cn/2025/02/25/1-17804ba1e7abaa2244c5e3d99db31bd4.png) 你将稍后需要此信息,因此请复制并保存。 ### 估算 Gas 我们要做的第一件事是简单估算发送交易所...

文章 深入理解EVM系统(2)

... 32 字节的倍数(这甚至适用于`bytes1[]`,但不适用于`bytes`and `string`) 数组大小乘以 32 字节后可以告诉我们需要分配多少内存。 本例中,计算 5 * 32 会产生十六进制的 160 或 `0xa0`。我们可以看到它被压入栈并添加到当前空闲...

文章 狠人!用Python从零敲出一个EVM-1

...eturns the next num_bytes from the code buffer (at index pc) as an integer and advances pc by num_bytes. """ value = int.from_bytes( self.code[self.pc:self.pc + num_bytes], byteorder="big" ) self.pc += num_bytes return value ``` --- ...

文章 Chainlink预言机在跨链互操作性中的应用

...记录两条链之间的交易和消息数据。 • 轴辐模式(hub and spoke): 轴辐模式是最常见的模式,母链(parent blackchain)是其他区块链(通常也称侧链)的中继站(hub)。这个模式也有人称之为元链模式(Metachains),目前Polkadot、Cosmos以及...

文章 硬件钱包评测:Jade

...://help.blockstream.com/hc/en-us/articles/9641573399961-What-is-Anti-Exfil-and-how-does-it-work-) 的安全措施。该措施是为了防止被黑的硬件钱包使用被操控的 nonce 值来签名交易,从而造成私钥的泄漏。Anti-Exfit 的大致原理是在生成 nonce 的过程中利用...

文章 Coin Metrics 网络状态报告:第220期 稳定币交易的全球脉搏

...vergate-Announces-Select-Preliminary-Fourth-Quarter-2022-Financial-Metrics-and-Provides-Business-Update/default.aspx#:~:text=The%20SEN%20continues%20to%20operate,billion%20at%20September%2030%2C%202022.)。然后,Signature Bank在3月的关闭结束了机构加密客户对[Signet](https://www.forb...

文章 ETH2进展更新 (截至2020/11/30)

...币与加密货币技术](https://books.google.co.uk/books/about/Bitcoin_and_Cryptocurrency_Technologies.html?id=Ncu4jwEACAAJ)》一书的[草稿](https://www.lopp.net/pdf/princeton_bitcoin_book.pdf),似乎已经过了很久了,实际上只是2016年年初的事。这本书精彩绝伦,领我...

文章 《Solidity Gas 优化秘籍:80+ 技巧》

...的[Gas优化课程](https://www.udemy.com/course/advanced-solidity-understanding-and-optimizing-gas-costs/?referralCode=C4684D6872713525E349&couponCode=LETSLEARNNOWPP)、[Yul 课程](https://www.udemy.com/course/advanced-solidity-yul-and-assembly/?referralCode=C46DE4EE2C4BE54D4D33) 并练习 [Huff ...

文章 DevNets 资源中心

...ed networks](https://img.learnblockchain.cn/2025/09/02/Supporetd-Networks-Landing-Page--1-.png) ## 支持超过 30 个网络 使用生产数据构建和测试你的 dapps。在你选择的网络的最新状态的精确副本上执行交易和部署你的代码。 [浏览支持的网络](https://d...

文章 Solidity多重签名合约:打造超安全的区块链投票机制

...).to.be.revertedWith("Not owner"); }); it("should allow confirming and executing transaction", async function () { await wallet.submitTransaction(nonOwner.address, ethers.parseEther("1"), "0x"); await wallet.connect(owner2).confirmTransaction(0); const balanceBefore = await et...