找到约 15 条结果

文章 Unichain 白皮书

...:2403.09494 (2024). - [2] Austin Adams, Benjamin Y Chan, Sarit Markovich, and Xin Wan. 2023. Don’t Let MEV Slip: The Costs of Swapping on the Uniswap Protocol. arXiv preprint arXiv:2309.13648 (2023). - [3] Hayden Adams. 2018. Uniswap v1 Core. 2023 年 6 月 12 日检索自 https://hackmd.io/@Hay...

文章 每周以太坊进展,2020/06/14

...://www.reddit.com/r/ethereum/comments/gywkuc/geth_v1915_berlin_eips_merged_and_exposed_for/) 已包含柏林升级 EIP 的实现 ## Eth2 * 最新的 [what’s new in Eth2](https://hackmd.io/@benjaminion/wnie2_200612),Witti 多客户端测试网已经非常稳定,下一个测试网会在一...

文章 每周以太坊进展 2020/02/23

... * [Phase2 路线回顾及方向](https://ethresear.ch/t/a-short-history-and-a-way-forward-for-phase-2/6982) * [动态自动监测可访问的状态](https://www.reddit.com/r/ethereum/comments/f7sw9a/automated_detection_of_dynamic_state_access_in/) * Casey Detrio 作品:[跨分片转账的简...

文章 如何使用 Rust 宏

...add{ // macth like arm for macro ($a:expr,$b:expr)=>{ // macro expand to this code { // $a and $b will be templated using the value/variable provided to macro $a+$b } } } fn main(){ // call to macro, $a=1 and $b=2 add!(1,2); } ``` 这段...

文章 Merkle化和哈希根树 - 深入探讨以太坊中的SSZ Merkle化

...unking):** 将序列化数据分成32字节块。 - **树构建(Tree Construction):** 将块配对,并哈希每对以形成下一层的树。重复此步骤,直到只剩下一个哈希:Merkle根。 - **填充(Padding):** 如果块的数量不是2的幂,则添加额外的零...

文章 Aptos 对象模型 | Move dApp 极速入门(贰拾壹)

> **作者介绍:** > > I’m Aladeen, fresh graduate student and novi blockchain developer. I love meeting people across the globe and make new connections. I’m looking for people that have interest in coding and problem solving to join me for a wonderful journey so if you’re interested fee...

文章 理解环理论

...p(a, b), c) def is_identity(a, e, op): return op(a, e) == op(e, a) and op(a, e) == a def is_inverse(a, a_inv, e, op): return op(a, a_inv) == op(a_inv, a) and op(a, a_inv) == e def commutative(a, b, op): return op(a, b) == op(b, a) def distributive(a, b, c, op_add, op_mul):...

文章 如何在Polygon zkEVM 测试网上部署合约

... ./node_modules/.bin/hardhat node; # Expected Output: # Started HTTP and WebSocket JSON-RPC server at http://127.0.0.1:8545/ # # Accounts # ======== # # WARNING: These accounts, and their private keys, are publicly known. # Any funds sent to them on Mainnet or any other live network WI...

文章 Ayush Bherwani - Web3Auth 博客

....web3auth.io/introducing-ed25519-in-web3auths-mpc-secure-signing-for-dapps-and-wallets/) ## 在Web3Auth的MPC中引入Ed25519:DApp和钱包的安全签名 了解Web3Auth在MPC Core Kit SDK中对Ed25519的支持,以及它如何帮助开发者实现安全签名和可恢复性。 2024年9月20...

文章 ERC-1155 - OpenZeppelin 文档

...ken/ERC1155#ERC1155-_mintBatch-address-uint256---uint256---bytes-)。 ### Constructing an ERC-1155 Token Contract 我们将使用 ERC-1155 来跟踪我们游戏中的多个物品,每个物品都有自己独特的属性。我们将所有物品铸造给合约的部署者,我们稍后可以将这...

文章 Morpho Blue 白皮书翻译

...ynolds, Austin Adams, Will Pote, Mark Toda, Alice Henshaw, Emily Williams, and Dan Robinson. Uniswap v4 core [draft], 2023. [2] Hayden Adams, Noah Zinsmeister, and Dan Robinson. Uniswap v2 core, 2020. [3] Hayden Adams, Noah Zinsmeister, Moody Salem, River Keefer, and Dan Robinson. Uniswap v3 core,...

文章 比特币地址类型概说

...](https://www.btcstudy.org/2024/11/22/bitcoin-address-types-its-essentials-and-its-economics/#note1);在花费使用这样的脚本的资金时,交易被当作 “标准的比特币交易”,可以在网络中无碍传播。反之,如果不使用这样的标准化脚本,即使交易是有...

文章 Kakarot 介紹:重點部件

..._page---user_mention--2dfe609b66b8---------------------------------------) and [Kimi Wu](https://medium.com/u/19d9bc2da99b?source=post_page---user_mention--2dfe609b66b8---------------------------------------) for reviewing this post. ### Travel Preparations 本文會介紹 [Kakarot](https://www.ka...

文章 Plonky2 论文翻译

...一个用于(域)除法的门, 即 $q = x/y$, 或者等价地, $(qy = x) \land (y \neq 0)$. 为了确保 $y \neq 0$, 我们要求证明者提供一个假定的逆元 $i = 1/y$. 然后, 我们强制执行以下约束条件: $$ \begin{align*} qy &= x, \\ yi &= 1. \end{align*} $$ 更具体地...

文章 多签和拆分备份:让你的比特币更安全

...*来源:* ![img](https://res.btcstudy.org/btcstudy/images/multisig-and-split-backups-two-ways-to-make-your-bitcoin-more-secure/tEEC6lA.png) 随着比特币价格回暖,高水准的安全保管也变得愈发重要。多签地址和拆分备份(例如,Shamir 的密钥分割方案)...