找到约 13 条结果

文章 内存一致性检查:Multiset Hashing

...ultiset Hashing Multiset hashing 由 Clarke, Devadas, van Dijk, Gassend and Suh [CDvD+ 03] (building on Bellare and Micciancio [BM97]) 引入,可以将一个大的集合哈希到一个短字符串上,并且很难找到两个不同的集合可以映射到同一个值上。该哈希方式是增...

文章 Solana Dev 设置指南(第二部分:Node.js、Next.js、React)

...n = new Connection(clusterApiUrl('devnet'), 'confirmed'); // Load and validate public key const publicKeyString = process.env.PUBLIC_KEY; if (!publicKeyString) { throw new Error('PUBLIC_KEY not found in .env file. Check if .env is in the correct directory.'); ...

文章 OP 中文周刊#64|Moonwell 和互操作性、OP 第八季度里程碑理事会选举、S7 公民分析回溯

...,而非政治手段。点击[此处](https://gov.optimism.io/t/season-8-and-9-milestone-and-metrics-council-selection/9963)了解详情。 # 论坛新闻 ### **使用 OP Atlas 和机器学习分析追溯资金治理中的客座选民和公民** 该实验涉及“复古资金”治理中...

文章 如何在NFT(ERC721)中获取随机数

...在以太坊区块链上构建一个龙与地下城角色!D&D(Dungeons and Dragons)是一款流行的角色扮演游戏(RPG),人们在游戏中创建角色并进行冒险。创建角色的重要环节之一是给他们赋予属性或统计数据,以显示他们的力量、敏捷、智力等。...

问题 call调用必定要消耗gas吗?与直接使用函数名调用有啥区别?

...ion declared as view, but this expression (potentially) modifies the state and thus requires non-payable (the default)or payable 两种方式调用另外一个合约的view函数,一个使用函数名直接调用,另外一个使用call调用,但是报错显示call调用会改变合约状...

文章 用Ethers.js构建一个简单的DApp

...he json of the contract which you want to interact // You can use any standard network name // - "homestead" // - "rinkeby" // - "ropsten" // - "kovan" // - "goerli" const provider = ethers.getDefaultProvider(config['network']); // Make a wallet instance using private key and provid...

文章 交易理念:元宇宙复兴

...处在游戏与日常生活的交汇点上,为元宇宙代币如GALA、SAND、MANA和AXS提供了丰沃的土壤,这些代币在2021年成为表现最佳的代币之一。 ![](https://img.learnblockchain.cn/2025/03/13/F55952237-eb79-493a-ba0f-646ec1ec3002_1600x434.png) 这种激增可以归因...

文章 对3A DAO借贷协议的全面测试

...发表在 [BuildBear Tutorials](https://www.buildbear.io/resources/guides-and-tutorials/3a_Dao_QA)。 **什么是 3A DAO?** 3A DAO 是一个非托管、去中心化的超融资借贷平台,使用户能够以其自身所用作抵押的代币进行无息借款。贷款以名为 EURO3 的与欧元H...

文章 ZK Mesh:2025年7月回顾

...Dimitris Kolonelos, Abhiram Kothapalli 和 Guru-Vamsi Policharla - [RoK and Roll – 用于 Õ(λ) 大小格参数的验证者有效随机投影](https://eprint.iacr.org/2025/1220) \| Michael Klooß, Russell W. F. Lai, Ngoc Khanh Nguyen 和 Michał Osadnik - [FRIttata:基于 FRI 的 SNARK ...

文章 以太坊智能合约Solidity如何节省GAS费?

...0000000000000 3 045 SWAP1 5 046 DIV 3 047 PUSH4 ffffffff 3 052 AND 3 053 DUP1 3 054 PUSH4 348218ec 3 059 EQ 3 060 PUSH1 44 10 062 JUMPI 1 068 JUMPDEST 2 069 CALLVALUE 3 070 ISZERO 3 071 PUSH1 4e 10 073 JUMPI 3 074 PUSH1 00 3 076 DUP1 1 078 JUMPDEST 3...

文章 Move 教程

...些命令的列表和描述。 ``` move-package Execute a package command. Executed in the current directory or the closest containing Move package USAGE: move [OPTIONS] OPTIONS: --abi Generate ABIs for packages ... ``` 如果你想找到哪些...

文章 Solana上的Token-gating - Solana移动教程

...现在,Solana Saga已有超过15,000次激活,这是一个自定义的Android设备,通过在钱包体验中集成的芯片级种子保险库来增强链上安全性。然而,移动钱包体验并不仅限于Saga。相同的 [mobile wallet adapter](https://github.com/solana-mobile/mobile-wal...

文章 Uniswap V2 设计迷思

... [Formal Specification of Constant Product (x × y = k) Market Maker Model and Implementation](https://github.com/runtimeverification/verified-smart-contracts/blob/master/uniswap/x-y-k.pdf) - [Uniswap Docs V2: Advanced Topics](https://uniswap.org/docs/v2/advanced-topics/) - [Uniswap V2 Audit Repor...