找到约 12 条结果

文章 深入了解EVM #1:EVM字节码与环境

...lea...](https://medium.com/coinmonks/learn-evm-in-depth-1-the-evm-bytecode-and-environment-b751c431f020) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 每周以太坊进展 2022/12/10

...言)[漏洞赏金](https://blog.fe-lang.org/posts/bountiful-break-things-and-get-paid/)竞赛,[通过一个bug 破解了 15-puzzle ](https://twitter.com/plotchy/status/1600894668304105474) * [合约部署者测试网ETH](https://collect-test-eth.org/),一次领取 10 Sepolia 和 Goerli ETH ...

文章 每周以太坊进展 2022/11/19

...20/ERC721) ## 开发者资料 * [Solplot](https://github.com/0xClandestine/solplot#readme):用Solidity绘制图表的 Foundry 插件 * Prettier Solidity [v1.0.0](https://github.com/prettier-solidity/prettier-plugin-solidity/releases/tag/v1.0.0)(用于格式化 Solidity 的 Prettier ...

文章 NOMY:基于AI和意图驱动的链上运营

...理将在[进一步抽象复杂性](https://www.biconomy.io/post/ai-agents-and-the-emerging-web3-ux) 中发挥重要作用,简化用户将来与 web3 的互动方式,将其提升到一个新水平。 ‍ ![image.png](https://img.learnblockchain.cn/attachments/2025/03/VkYvtFSk67db7aa8b10ae...

文章 Move:创新与机遇

...k.com/cn/index.html) 3\. [https://move-dao.github.io/move-book-zh/modules-and-scripts.html](https://move-dao.github.io/move-book-zh/modules-and-scripts.html) 4\. [https://jolestar.com/why-move-1/](https://jolestar.com/why-move-1/) 5. [https://mirror.xyz/0xbuidlerdao.eth/MePeSGYe63OX8xXb8IwIrXzGk\...

文章 网络安全新纪元:欢迎来到量子稳健云

...zon.com/blogs/security/how-to-create-post-quantum-signatures-using-aws-kms-and-ml-dsa/)): ![](https://img.learnblockchain.cn/2025/06/20/1Wmfk5YBj1ijZJZppYTGWsg.png) 因此,密钥比 ECDSA 和 EdDSA 略大,但仍然相当易于管理。签名大小也合理。 ### 结论 欢迎来...

文章 如何使用 NFTScan NFT API 在 Arbitrum 网络上开发 Web3 应用

...count_address}” ``` import requests # Define the API endpoint and parametersaccount_address = "0x02ac25b565c053bc1e7aa2a1499622512af375f1"api_url = f"https://arbitrum.nftscan.com/v2/collections/own/{account_address}"headers = { "Api-Key": "your_api_key_here" # Replace "your_api_key_...

文章 从 HotStuff 回看 Tendermint

...提交,这是一个全新的提案 upon (PROPOSAL, h_p, round_p, v, -1) AND step_p = propose do /* 当收到提案并且当前步骤为 propose 时 */ if valid(v) ∧ (lockedRound_p = −1 ∨ lockedBlock_p = v) then /* 如果提案有效且符合锁定条件 */ broadcast (PREVOTE, h_p,...

文章 比特币纳什维尔 2024:一次历史性的聚会

...axy 挖矿联席主管 Brian Wright 与 Russell Cann (Core Scientific)、Amanda Fabiano (Fabiano Consulting) 和 Glenn Harrison (IREN) 一起讨论了大型比特币挖矿运营商如何做出明智的经济决策。主要内容包括: - 在考虑长期增长和在 ASICs 的使用寿命内提...

文章 Proto-danksharding 是什么以及它是如何工作的

> * 原文链接: [Proto-danksharding: What It Is and How It Works](https://www.galaxy.com/research/insights/protodanksharding-what-it-is-and-how-it-works/) > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/...

文章 Sui DeepBook 操作演示

...pient: address, ctx: &mut TxContext, ) { coin::mint_and_transfer(treasury_cap, amount, recipient, ctx) } } ``` 接下来`mint`一些`CoinA`给钱包。这一步需要用到`TreasuryCap`,部署合约时生成并转移到创建者账户中。 ## 2. 创建托管账...

文章 BlueWallet在iOS和Android平台上实现了无需配置的闪电支付功能

...步是什么? 你可以使用 [BlueWallet 移动应用程序(iOS 和 Android)](https://bluewallet.io/) 试一试,查看 [LndHub](https://github.com/BlueWallet/LndHub) 或 [BlueWallet](https://github.com/bluewallet/bluewallet) 的代码(两者都是开源的并且是 MIT 许可的),并...