找到约 14 条结果

文章 关于 Optimistic Rollup,你需要知道的一切

...点,也可以从[众多](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/)节点托管服务提供商中选择一家。 问:我还有个不明白的地方……如何将数据存储在以太坊上却不执行它?难道不是每笔事务都要经过 EVM 执行的...

文章 以太七日谈 • 2022/8/30

...源: https://writings.flashbots.net/writings/flashbots-protect-merge-and-beyond/ **第 12 次主网影子分叉** 第 12 次主网影子分叉配置:https://github.com/eth-clients/merge-testnets/tree/main/mainnet-shadow-fork-12 TTD 预计在北京时间 8 月 31 日 20:00 pm 左右...

文章 Aptos Move 语言中的变量管理与内存所有权机制详解

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

文章 用Hardhat和Ethers引入并测试知名NFT智能合约

...思到 [IDO](https://hackernoon.com/what-is-ido-the-new-alternative-to-ieo-and-ico-70l34zf)。 注意:此部分的说明也可以在此处找到更详细的说明:https://hardhat.org/getting-started/#overview 让我们首先在本地环境中创建一个新文件夹: ``` mkdir hard...

文章 Sui系列文章(一)

... } // 将对象转移给发送者 public entry fun create_and_transfer(value: u64, ctx: &mut TxContext) { let object = create(value, ctx); transfer::transfer(object, tx_context::sender(ctx)); } // 修改对象 public entry fun update_value(object: ...

文章 什么是智能合约?- CoW DAO

...约来实现其功能。智能合约不仅支持处理用户资金的 nuts and bolts(螺母和螺栓),还管理着 solver(求解器)竞赛,这使 CoW Swap 与其他去中心化交易所区分开来。 智能合约确保 CoW Swap 用户通过去中心化的 solver(求解器)竞赛为...

文章 Aleo合成器的公开报告 - ZKSECURITY

...ram: Program, /// The mapping of function names to their verifying key and certificate. verifying_keys: Vec, } ``` 由于验证者密钥的生成成本很高(它们由许多大型 MSM 组成,这些 MSM 承诺与 R1CS 相关的结构),因此用户生成它们,然后生成正确性...

文章 每周以太坊 2024/11/02

...升级:** * [**Pectra-devnet-4**](https://pectra-devnet-4.ethpandaops.io/): 测试进展顺利 * [**Mekong 测试网**](https://mekong.ethpandaops.io/): Pectra 公共测试网已上线,使用 devnet-4 规范 * **Pectra-devnet-5**: 小的规范更改已合并,...

文章 证明者网络格局:Succinct和Boundless网络对比分析

...m/@CFrontier_La...](https://medium.com/@CFrontier_Labs/the-prover-network-landscape-a-comparative-analysis-of-succint-and-boundless-networks-b1c362b4e67d) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 从UniSwapX和AA出发冷静看待意图为中心的落地挑战

... 最近,在 Web3 知名风投 Paradigm 的《Intent-Based Architectures and Their Risks》文章中, “以意图为中心的(Intent-centric)的协议及基础设施” 位居十个加密领域的首位趋势,结合在巴黎ETHCC大会上Bob the Solver项目和Anomo、DappOs 数年的沉...

文章 利用零知识证明、全同态加密和新的分布式系统算法改造未来

...forming-the-future-with-zero-knowledge-proofs-fully-homomorphic-encryption-and-new-distributed-systems-algorithms) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 结合叙事与技术的怪兽:Monad

...。 ### **4.1 投资** ![A%20monster%20combined%20with%20narrative%20and%20technology,%20%2032495579df83480d9e1e593e9dba4da2/Untitled%201.png](https://img.learnblockchain.cn/2025/06/05/Untitled201.png) 来源: [**Monad Medium**](https://learnblockchain.cn/article/16051) 在今年 2 月...

文章 【zkMIPS系列】ZKM Prover——STARK to SNARK

... /// Data for the block circuit, which verifies an aggregation root proof and a previous block proof. #[derive(Eq, PartialEq, Debug)] pub struct BlockCircuitData where F: RichField + Extendable, C: GenericConfig, { pub circuit: CircuitData, // 区块电路数据 has_parent_...

文章 提案:通过网络标识符增强区块链交易安全性并解决交易重放问题

...c8daf459e297a54aa547404d6d7b3971/elements/lisk-transactions/src/utils/sign_and_validate.ts#L35) 函数。 - [getTransactionBytes](https://github.com/LiskHQ/lisk-sdk/blob/280ac4e9c8daf459e297a54aa547404d6d7b3971/elements/lisk-transactions/src/utils/get_transaction_bytes.ts#L216) 函数。 下...