找到约 15 条结果

文章 教程:如何从以太坊节点提取链上数据

... # Update the reader-node-path to reference the geth binary for the chain and OS being targeted (if custom node client is needed)\n reader-node-path: geth_linux' >> sync-mainnet.yaml ``` ### 6. 启动共识客户端 为了更快地同步信标标头,我们从公共检查点引导共识...

文章 使用虚拟测试网和 GitHub Actions 简化 CI 设置

...道](https://img.learnblockchain.cn/2025/09/02/-a-CI-with-Virtual-TestNets-and-GitHub-Actions.png) 虚拟测试网是单一的开发基础设施,可以替代本地节点和公共测试网。虚拟测试网旨在适应你的开发工作流程,[可以集成到你的 CI 管道](https://tenderly.co...

文章 Eddy Finance 介绍:打破壁垒,连接链条

...tps://medium.com/@eddy_protocol/introducing-eddy-finance-breaking-barriers-and-connecting-chains-1ae79efbafd2) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 L2 Sequencer 与过时预言机价格漏洞

...1310379a4D6946D5e1D353 ); } // Check the sequencer status and return the latest data // 检查 sequencer 的状态并返回最新数据 function getLatestData() public view returns (int) { // prettier-ignore ( /*uint80 roundID*/, int25...

文章 【一】NOVA 系列之NIFS

...备受工业界追捧,该系列专题将逐一拆解它: * [Pederson and Poseidon]() * [R1CS]() * [NIFS]() * [Circuit]() * [RecursiveSNARK]() * [CompressedSNARK]() 希望通过**详尽且直白的逻辑**能够把NOVA整个框架的设计理念传达到读者,最终落地到实际...

文章 数字身份终于在英国出现

...议: [**International Conference on Digital Identity, Digital Wallets and AI · Luma** ](https://luma.com/5fmo7pxf) >- 原文链接: [billatnapier.medium.com/...](https://billatnapier.medium.com/digital-id-finally-surfaces-in-the-uk-01c1dfb99d5c) >- 登链社区 AI 助手,为大家转译优...

文章 我们对Jagged多项式承诺的Succinct解释

...。有关稀疏承诺及其用途的更多背景信息,请参阅 [twist and shout](https://eprint.iacr.org/2025/105.pdf?ref=blog.lambdaclass.com) 和 [Lasso](https://eprint.iacr.org/2023/1216.pdf?ref=blog.lambdaclass.com)。有关只读分支程序及其在评估多线性扩展中的使用的更...

文章 sui-move进阶:设计模式——见证者与一次性见证者

...create_currency的描述: ``` /// Create a new currency type `T` as and return the `TreasuryCap` for /// `T` to the caller. Can only be called with a `one-time-witness` /// type, ensuring that there's only one `TreasuryCap` per `T`. ``` 翻译一下,就是: ```move /// 创建一种...

文章 bip-anyprevout 项目中的 bips/bip-0340.mediawiki 文件

...s/bips/blob/bip-anyprevout/bip-0340.mediawiki#user-content-Multisignatures_and_Threshold_Signatures) - [适配器签名](https://github.com/ajtowns/bips/blob/bip-anyprevout/bip-0340.mediawiki#user-content-Adaptor_Signatures) - [盲签名](https://github.com/ajtowns/bips/blob/bip-anyprevout/bip-034...

文章 Eth2进展更新(截至2020/7/25)

...性](https://www.coindesk.com/research/reports/ethereum-2-0-how-it-works-and-why-it-matters) (23页的报告,需要注册下载)。不幸的是,报告中还是包含一些显而易见的荒谬表达,例如“今年已经多次延迟发布”。唉。 ## 研究工作 [Eth2.0经济分析...

文章 每周以太坊进展 2023/7/1

...名 * EIP4844: * [EIP4844 devnet 7](https://4844-devnet-7.ethpandaops.io/)启动(与 devnet 6 规范相同) * 最新 EIP4844 实施者[视频会议](https://www.youtube.com/watch?v=WFwXitiwv-Q)。[Terence](https://twitter.com/terencechain/status/1673366026313162752)的记录...

文章 bips/bip-0013.mediawiki,位于 vault · jl2012/bips

...hub.com/jl2012/bips/commits?author=luke-jr) [Promote BIP 2 Draft->Active, and implement it](https://github.com/jl2012/bips/commit/959fecc15bdad070afa63455468b1dba54655fa6) 打开提交详情 2016年11月30日 [959fecc](https://github.com/jl2012/bips/commit/959fecc15bdad070afa63455468b1dba54655fa...

文章 每周以太坊进展2022/5/7

...持 Foundry * [API3 QRNG](https://medium.com/api3/api3-qrng-web3-quantum-random-numbers-4ca7517fc5bc): 主网上的量子随机数预言机,Arbitrum 和 Optimism * 将 [EIP2535 (钻石标准)](https://medium.com/@bearded.eth/diamonds-are-a-proxys-best-friends-c302cca82203)与可升级代理一...

文章 秘密,以及如何证明它们:魔法师的零知识证明指南

...的类比可用——从 [瓦尔多](https://blog.goodaudience.com/understanding-zero-knowledge-proofs-through-simple-examples-df673f796d99) 到 [阿里巴巴的洞穴](https://pages.cs.wisc.edu/~mkowalcz/628.pdf)——也不容易找到一种准确、易于理解的 ZKP 解释,全面捕捉其超...

文章 快速上手 Web3:用 @solana/kit 在 Solana 上创建钱包并查询余额

... ```bash mcd generate_a_signer /Users/qiaopengjun/Code/Solana/solana-sandbox/generate_a_signer ``` ### 项目初始化 ```bash pnpm init Wrote to /Users/qiaopengjun/Code/Solana/solana-sandbox/generate_a_signer/package.json { "name": "generate_a_signer", "version": "1.0.0", ...