找到约 13 条结果

文章 Contracts Wizard 部署插件 - OpenZeppelin 文档

...om`。 [← Remix Plugin](https://learnblockchain.cn/article/15755) [SDK and API →](https://learnblockchain.cn/article/15733) >- 原文链接: [docs.openzeppelin.com/de...](https://docs.openzeppelin.com/defender/wizard-plugin) >- 登链社区 AI 助手,为大家转译优秀英文文章,...

文章 Foundry系列(第二部分)- RPC:开发者与区块链之间无形的桥梁

...tes.com/foundry-series-part-2-rpcs-the-invisible-bridge-between-developers-and-blockchains-67ea7f54cdc1) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 每周以太坊进展2022/4/23

... * [EIP4844 降低rollup数据可用性成本](https://medium.com/@cpbuckland88/4844-it-aint-all-gravy-fbae93bacf2),但增加了一个新的诚实方假设 * 基于EIP-4844的去中心化[zk-rollup设计](https://ethresear.ch/t/a-design-of-decentralized-zk-rollups-based-on-eip-4844/12434) ## ...

文章 添加稳定币三明治和组捆绑功能以优化我们的三明治机器人

...列中的所有代码将在Github上开源: [**GitHub - solidquant/sandooo: 一款三明治机器人** ](https://github.com/solidquant/sandooo?source=post_page-----2037cf741f77---------------------------------------) ✅ 在本文中,我们将添加非-WETH三明治捆绑包——特别...

文章 ERC4337:账户抽象解释

...om/@tomarpari90/account-abstraction-explained-advancing-ethereums-security-and-value-77aa9a6bd778) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 OpenZeppelin Defender 将停止服务 - 常见问题

... [完整公告](https://blog.openzeppelin.com/doubling-down-on-open-source-and-phasing-out-defender) - [开源堆栈概述](https://openzeppelin.com/open-source-stack) - 开源 Monitor [文档](https://learnblockchain.cn/article/17559) 和 [GitHub](https://github.com/OpenZeppelin/openzeppelin-moni...

文章 账户抽象的完整指南

...ng) > 来源:https://medium.com/nethermind-eth/ethereum-wallets-today-and-tomorrow-eip-3074-vs-erc-4337-a7732b81efc8 ### 如果资产被转移到智能合约账户,那么签名者会发生什么? 答案很简单:它需要解耦。我们需要将签名者存储在其他地方。所...

文章 以太坊重要扩容方案:Optimistic Rollup现状报告(中)

...特币提出的模型相似(并在2019年由John Adler单独再次发现[and independently rediscovered by John Adler in 2019](https://ethresear.ch/t/compact-fraud-proofs-for-utxo-chains-without-intermediate-state-serialization/5885)); 交易与比特币交易非常相似,但是包含一个额...

文章 Reach 主题专栏 | while & parallelReduce

...。 ## 范例 index.rsh ```javascript // 改编自教程2.7-Play and Play Again // 这个方案是Alice和Bob都随机出一个数,比大小,类似于石头剪刀布 'reach 0.1'; const [ isOutcome, A_WINS, DRAW, B_WINS ] = makeEnum(3); // 修改胜者条件及返回值 const win...

问题 部署合约时出现SafeERC20: approve from non-zero to non-zero allowance,求解

... // We recommend this pattern to be able to use async/await everywhere // and properly handle errors. main() .then(() => process.exit(0)) .catch(error => { console.error(error); process.exit(1); }); ```

文章 以太七日谈 • 2021/11/16

... 请看这里的介绍:[https://ethereum.org/en/developers/docs/nodes-and-clients/](https://ethereum.org/en/developers/docs/nodes-and-clients/) 你应该做全节点与全节点的比较,而不是全节点与存档节点的比较。 比特币全节点并不索引历史的 UTXO 快照—...

文章 EigenLayer AllocationManager:分配管理器

...a) * [Operator Sets](#operator-sets) * [分配和 Slashing](#allocations-and-slashing) * [配置](#config) ### 参数化 * `ALLOCATION_CONFIGURATION_DELAY`:分配生效前的区块延迟。 * 主网: `126000 blocks` (17.5 天)。 * 测试网: `75 blocks` (15 分钟)。 * `DEALL...

文章 比特币多签指南

...文章](https://www.btcstudy.org/2021/10/18/what-is-multi-signature-wallet-and-recommend-choices/),然后再进入下文的实践部分。 ### 选定多签规则(m-n) 在开始创建多签钱包之前,首先需要选择适合您的多签规则(m-n):即多签钱包的私钥总数(...