找到约 14 条结果

文章 Shutter的Commit-Reveal技术的6个用例

...t dApps on Ethereum today share the same fatal flaw: they rely on a broken and unprotected transaction system. Whether it’s NFT drops, token launches, Web3 games, or betting platforms, unprotected dApps are getting hijacked by bots, insiders, and high-rollers. ![](https://img.learnblockchain.cn/2...

文章 Ethernaut 题库闯关 #20 — Shop

... Exploiter exploiter = new Exploiter(); // trigger the exploit and buy the item exploiter.buy(level); // assert that we have solved the challenge assertEq(level.isSold(), true); vm.stopPrank(); } ``` 你可以打开[Shop.t.sol](https://github.com/StErMi/fou...

文章 Kintsugi合并测试网发布公告

...的客户端和规范版本中。 ## 使用 Kintsugi 查看 [Kintsugi landing page](https://kintsugi.themerge.dev/),获取有关与 Kintsugi 网络交互的信息。你将找到网络设置、一个 faucet、一个区块浏览器和一个 JSON-RPC endpoint,以及更新的文档,以反映支...

文章 Rust 中的控制流:掌握条件语句和循环

...//medium.com/@estheraladioche569/control-flow-in-rust-mastering-conditions-and-loops-3a4612810f56) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Substrate区块链应用的交易费用设计

...https://hackmd.io/UD0HojfARqyUMC9Jxs5-RA) [Relay-chain transaction fees and per-block transaction limits](https://research.web3.foundation/en/latest/polkadot/Token%20Economics.html#relay-chain-transaction-fees-and-per-block-transaction-limits) [Weight annotation](https://github.com/paritytech/...

文章 通过官方合约学习Sui Move语法知识1

...ock Object | | @0x7 | AuthenticatorState Object | | @0x8 | Random Object | ## 合约3:object_basics ### 3.1 合约代码 https://github.com/MystenLabs/sui/blob/main/sui_programmability/examples/basics/sources/object_basics.move ```rust /// Test CTURD object ...

文章 分析一个scam合约

...用合约赚钱的帖子 “Make +1200$ a day passive income with Solidity and Uniswap” ,咋一看以为是闪电贷套利之类的,但还是很好奇就点进去看了下具体是怎么玩的。(视频在油管上 BVLAbJbT59w ,完整代码在 https://rentry.co/uvdx4/raw ) 视频的...

文章 Solidity 变异测试

...ole#h-01-bad-implementation-in-minter-access-control-for-rabbitholereceipt-and-rabbitholetickets-contracts)。 ## 超出边界的错误和边界条件 变异测试可以用来捕获超出边界的错误。考虑以下变异: ```solidity uint256 public LIMIT = 5; // 原始 function mint(uint256...

文章 🎥 什么是LayerZero以及如何使用它?

...KKP7O1Uw3ZcUB?prefill_Guide+Name=%F0%9F%8E%A5%20%20What%20is%20LayerZero%20and%20How%20to%20Use%20it%3F) 如果你有任何反馈或对新主题的请求。我们很乐意听取你的意见。 >- 原文链接: [quicknode.com/guides/cro...](https://www.quicknode.com/guides/cross-chain/layerzero/...

文章 Aragon (ANT) 的经济学

...请[参见此处](https://www.placeholder.vc/blog/2019/4/26/value-capture-and-quantification-cryptocapital-vs-cryptocommodities)[ ](https://www.placeholder.vc/blog/2019/4/26/value-capture-and-quantification-cryptocapital-vs-cryptocommodities). ![ant202004222.PNG](https://img.learnblockchai...

文章 理解“加密经济学” | 作者:Josh Stark | L4博客 | Medium

....stackexchange.com/questions/25741/how-can-i-explain-the-concept-of-public-and-private-keys-without-technical-jargo)被用来确保个人安全、独占地控制他们的比特币。[哈希函数](https://medium.com/@ConsenSys/blockchain-underpinnings-hashing-7f4746cbd66b)被用来“链接”比特...

文章 超越Optimistic Rollups:ZK Rollups和zkVMs

![](https://img.learnblockchain.cn/2025/06/09/stic_Rollups_ZK_Rollups_and_zk_V_Ms_e3b4ac5ad4.png) **本系列之前的文章:** [Gelato 的 Avalanche L1 和原生互操作性指南](https://learnblockchain.cn/article/16210?preview=true) [L1 区块链堆栈:Avalanche vs Cosmos](https://learnbl...

文章 怎样开发智能合约中的时间锁

...t, _timestamp)); } // Queue a mint for a given address amount, and timestamp function queueMint( address _to, uint256 _amount, uint256 _timestamp ) public onlyOwner { // Generate the transaction hash bytes32 txnHash = generateTxnHash...

文章 Solana 开发系列 3 - 使用 Anchor 开发程序

...考[这里](https://github.com/nvm-sh/nvm/blob/master/README.md#installing-and-updating)。 ### 4. 安装 Anchor 安装 Anchor 推荐使用 avm (Anchor version manager) 来安装,使用 `cargo` 来安装(cargo 是 rust 的包管理工具): ```bash cargo install --git https://githu...