找到约 14 条结果

文章 致混合器及其他:介绍Semaphore,一个基于以太坊的隐私工具

...: [medium.com/coinmonks/to-...](https://medium.com/coinmonks/to-mixers-and-beyond-presenting-semaphore-a-privacy-gadget-built-on-ethereum-4c8b00857c9b) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 NEAR智能合约审计:账户与访问控制

... } // 其他公共合约方法... } ``` 你可以使用 [`cargo-expand`](https://github.com/dtolnay/cargo-expand) 检查宏如何扩展,并确保它们不会暴露意外的功能。 请注意,`#[near]` 替换了已弃用的宏 `#[near_bindgen]`,但存在一些细微的差异。有关...

文章 审核依赖于 软分叉/限制条款 的 Layer 2 方案

...会让 [暗箱的手续费支付](https://bitcoinops.org/en/topics/out-of-band-fees/) 变成大矿工的利润来源;而体量小的、分散的矿工,则无法从中获益,因为给小矿工支付以期望交易确认是不切实际的、没有用的。协议外的支付也可能会招来 AML...

文章 用Hardhat在zkEVM上部署一个动态NFT

... // We recommend this pattern to be able to use async/await everywhere // and properly handle errors. main().catch((error) => { console.error(error); process.exitCode = 1; }); ``` ## 部署出NFT合约 一旦一切就绪,我们现在可以将我们的NFT合约部署到zkEVM Testnet...

文章 如何开始你的第一个 Uniswap V4 Hook:必备知识、库和风险

....com/@bloqarl/how-to-start-your-first-uniswap-v4-hook-essentials-libraries-and-risks-98835551f22c) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 优化ECDSA签名验证:在Sei Giga区块链中探索零知识证明

...foundation-launches-50-million-japan-ecosystem-fund-to-boost-gaming-social-and-entertainment-sectors/))。请与我们联系 - collaborate\[at\]seiresearch\[dot\]io ### **参考文献** \[Cor15\] Andrea Corbellini. Elliptic Curve Cryptography: a gentle introduction. 2015. URL: [https://andre...

文章 探索DeSoc应用程序的演变与增长

.../rese...](https://www.galaxy.com/insights/research/exploring-the-evolution-and-growth-of-desoc-apps) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 在 DApp 开发中的链上和链下同步问题

>- 原文链接:https://medium.com/@chaisomsri96/issues-with-on-chain-and-off-chain-synchronization-in-dapp-development-08f9a78d13fc >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnb...

文章 OpenZeppelin Upgrades Core & CLI - OpenZeppelin 文档

...y/utils/Initializable.sol)。 - 具有 `upgradeTo(address)` 或 `upgradeToAndCall(address,bytes)` 函数。对于继承自 [`UUPSUpgradeable`](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/master/contracts/proxy/utils/UUPSUpgradeable.sol) 的合约来说是这种情况。 ...

文章 Sushiswap MasterChef 和 Synthetix 的质押算法

...是显而易见的。 ![inverse relationship between rewards per token and amount of tokens staked](https://img.learnblockchain.cn/2025/02/26/935a00_7d3ee1afee8f434f8980603ec2fe1739~mv2.jpg) 这里是关键 **每次我们进行一次状态变化交易时,我们回顾经过了多少个区...

文章 扩展 DeFi 吞吐量:Layer-One 篇

...基本设计原理](https://eth.wiki/en/fundamentals/design-rationale#Gas-and-fees) ([2015 年 3 月](https://github.com/ethereum/wiki/wiki/Design-Rationale/82606c7ab81f6dbe346bf438b057859f62676a98)) 从以太坊发展初期开始,由矿工设置 Gas 上限就是一个权宜之计。[由于...

文章 介绍Recon:简化的不变性测试和模糊测试

...e unless we're on a lower tick boundary (i.e. already transitioned ticks), and haven't moved state.tick = TickMath.getTickAtSqrtRatio(state.sqrtPriceX96); // 突变 state.liquidity = 0; } ``` 当我们再次运行 echidna 时,可以看...

文章 在 BNB 链上构建一个 Memecoin 复制交易机器人

...ith("0x") ? hexString.slice(2) : hexString; // Convert to BigInt to handle large numbers return BigInt("0x" + hex).toString(); } catch (error) { return hexString; // Return original if conversion fails } } // Process all receipts in the block data[0].receipts.forEach...

文章 如何使用 Alchemy 的应用监控工具

...要节点提供商](https://blog.alchemy.com/blog/what-is-a-node-provider-and-why-do-i-need-alchemy)的一些信息。 一旦你通过我们的系统发送请求,你就可以获得我们上面讨论的所有好处:可视化和基于 Web 的浏览器工具,使构建和监控你的 dApp 变得...