找到约 9 条结果

文章 排列论证 - The Permutation Argument

...一个匹配的元素,反之亦然。 例如,为了证明 `[a1, a2, a3]` 是 `[b1, b2, b3]` 的排列,我们需要显示两者之间的映射,证明每个 `a_i` 映射到 `b` 列表中的**某个**元素,并且每个 `b_i` 映射到 `a` 列表中的**某个**元素就足够了。 为...

文章 Aptos CLI使用指南与REPL设计建议 | Move dApp 极速入门(六)

...o key given, generating key... Account 50A49D913AA6381C01579E3FC00784B49AFA3A771F06389EBC65F8FF3A4E9A7D doesn't exist, creating it and funding it with 10000 coins Aptos is now set up for account 50A49D913AA6381C01579E3FC00784B49AFA3A771F06389EBC65F8FF3A4E9A7D! Run `aptos help` for more informatio...

文章 安全 - Across 审计

... [5a0c67c](https://github.com/across-protocol/contracts/blob/5a0c67c984d19a3bb843a4cec9bb081734583dd1) 进行了审计: ```  contracts/ ├── chain-adapters/ │ ├── Router_Adapter.sol │ ├── ForwarderBase.sol │ ├── Ovm_Forwarder.sol │ ├── Arbitru...

文章 详解以太坊地址生成实战

...十六进制字符(0-9, a-f)。 - 例如:`0x742d35Cc6634C0532925a3b844Bc454e4438f44e` ### 生成方式: - 以太坊地址是通过公钥生成的。具体来说,公钥经过椭圆曲线数字签名算法(ECDSA)生成,然后通过Keccak-256哈希函数处理,取最后20...

文章 Stellar合约库0.1.0审计

...//github.com/OpenZeppelin/stellar-contracts/tree/01dbcb53d3992570dba5faf517a3d0502ebf1254)。 审核范围包括以下文件: ``` contracts ├── token/fungible/src │ ├── extensions │ │ ├── burnable │ │ │ ├── mod.rs │ │ │ └...

问题 provider.estimateGas方法咨询

const tx = { to: "0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD", data: "0x3593564c000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000006686a2ff000000000000000000...

文章 引介|EVM 深入探讨 Part 6

...。 ![](https://img.learnblockchain.cn/attachments/2024/01/vfVSVJ6F65a3a297974da.jpg) (图源:https://ethereum.stackexchange.com/questions/268/ethereum-block-architecture/757#757) 在 Transaction Root 和 Receipt Root 下的以太坊客户端中,Merkle Patricia Tries 包含该...

文章 探索非同质化代币领域中的“工作量证明”

...tter.com/conlan),[@Async Art](https://twitter.com/AsyncArt)의 ​​ 창자 개발자는 람들 자신의代币上书写消息的工具称为 [Scribe](https://github.com/conlan/nft-scribe)。 对于艺术家来说,采用销毁证明结构来销售 NFT 的另外一个有趣的...

文章 Aptos 开发实战:从环境搭建到第一个 Hello World

... key... Account 0xee6c038b66df7ed8aa91eb700938003ce29647f402c090ededd89b87a3c70e35 doesn't exist, creating it and funding it with 100000000 Octas Account 0xee6c038b66df7ed8aa91eb700938003ce29647f402c090ededd89b87a3c70e35 funded successfully --- Aptos CLI is now set up for account 0xee6c038b66d...