找到约 13 条结果

文章 Web3 极客日报 #1602

...该算法的具体实现流程。 ### Ceno-zkvm: Non-uniform, Segment and Parallel Zero-knowledge Virtual Machine https://eprint.iacr.org/2024/387.pdf **Dream**: 提出zkvm设计思路:分段和并行化,发生在两个级别:操作码和基本块。这两种设计都试图最小化...

文章 用 OpenZeppelin 和 Foundry 创建和部署可升级的 ERC20 代币

...learnblockchain.cn/article/15160-development/smart-contracts/how-to-create-and-deploy-an-upgradeable-erc20-token#create-the-erc-20-upgradeable-token-smart-contract) >- 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) >- 译者:[翻译小组](https://learnblockchain.cn/peo...

文章 以太坊指南 & 教程

...ww.quicknode.com/guides/ethereum-development/smart-contracts/how-to-create-and-deploy-an-erc20-token?utm_source=guides-lander&utm_campaign=internal) [指南\\ \\ 访问以太坊 Mempool\\ \\ 本指南将描述以太坊 Mempool 是什么,并演示如何使用 QuickNode 访问和查询它。](https:...

文章 01 Rust中的路径 `::`

...s://github.com/shiyivei/from-principle-to-practice/blob/main/src/principle-and-practice/src/lexical\_structure/path.rs ``` 更多内容欢迎关注 ![1.5.png](https://img.learnblockchain.cn/attachments/2023/03/nTDR5JEM6402922656b86.png)

文章 跨程序调用深度解析:如何在Solana上调用任何程序?

...始化 discriminator。 ``` Step 1: using sha256 for string "global:vote" and you will get the result: e36e9b17887eac197678a3a9928f2dfc8a1d553a698244524539ebb858a2b4d0 Step 2: Take the first 16 letters and convert hex to 8 bytes array e36e9b17887eac19 => [227, 110, 155, 23, 136, 126, 172, ...

文章 Let's move - Sui Obejct相关学习实例

... u8, literature: u8, } ​ //Create a TranscriptObject and transfer it to the sender's address for this transaction. public entry fun create_transcript_object(history: u8, math: u8, literature: u8, ctx: &mut TxContext) { let transcriptObject = TranscriptObject { ...

文章 每周以太坊进展 2023/4/22

...价交换攻击](https://ethresear.ch/t/equivocation-attacks-in-mev-boost-and-epbs/15338) * [Optimistic 中继增加了验证者的利润并且维护成本更低](https://frontier.tech/optimistic-relays-and-where-to-find-them) ## 给质押者 * 如何[跟踪验证器性能](https://offcha...

文章 深入 Uniswap V4 源码 - PoolManager

...ityParams ```solidity struct ModifyLiquidityParams { // the lower and upper tick of the position int24 tickLower; int24 tickUpper; // how to modify the liquidity int256 liquidityDelta; // a value to set if you want unique liquidity positions at the same range b...

文章 区块链遇上分布式数据库

... ## 参考文献 [1] Blockchains vs. Distributed Databases: Dichotomy and Fusion: [Blockchains vs. Distributed Databases: Dichotomy and Fusion](https://link.zhihu.com/?target=https%3A//arxiv.org/abs/1910.01310) [2] Casper: [ethereum/casper](https://link.zhihu.com/?target=https%3A//github.com...

文章 Dacade平台 SUI Move 挑战者合约实践 —— Logistics Company

...时获取提成的账户。 ```move // Function to init the publisher and admin fun init(otw: ADMIN, ctx: &mut TxContext) { // create Publisher and transfer it to the sender package::claim_and_keep(otw, ctx); // create Admin and share it with all users transfer::share_obje...

文章 DeFi生态系统分析

...基础、为网络流程提供[流动性](https://blog.chain.link/defi-2-0-and-liquidity-incentivization/)和/或安全性,或者代表治理决策中的投票权。 ![2022 年 1 月至 2023 年 1 月期间锁定在 DeFi 应用程序中的美元总额。](https://img.learnblockchain.cn/2025/07/18...

文章 SharkTeam:2024年上半年度Web3安全报告

...6 票反对的结果正式通过 FIT21 加密法案(Financial Innovation and Technology for the 21st Century Act)。美国总统拜登宣布,他不会否决该法案,并呼吁国会就“数字资产全面、平衡的监管框架”进行合作。 FIT21旨在为区块链项目在美国的...

文章 ePBS 元博弈:SSP维和与替代性公共服务 - 经济学

...er](https://ethresear.ch/u/mikeneuder) 的 [how i learned to stop worrying and love mev-burn](https://ethresear.ch/t/dr-changestuff-or-how-i-learned-to-stop-worrying-and-love-mev-burn/17384) 和 [aelowsson](https://ethresear.ch/u/aelowsson) 的 [Burn incentives in MEV pricing auctions](https://learn...