找到约 14 条结果

文章 质押奖励的复利力量

...tps://medium.com/@blocksunited/how-to-stake-cosmos-atom-tokens-using-keplr-and-cosmostation-wallets-469a86597a22)、[KAVA](https://blocksunited.medium.com/how-to-stake-kava-tokens-4ccae25f3575) 和 [MATIC](https://blocksunited.medium.com/how-to-stake-polygons-matic-tokens-and-earn-block-rewards-5e7a...

文章 每周以太坊进展 2020/04/13

...l/) * [Solidity 中的数组与映射](https://medium.com/coinmonks/array-and-map-in-solidity-a579b311d74b) * [Yul+ Remix 插件](https://www.reddit.com/r/ethereum/comments/fxp1mv/easily_write_test_debug_yul_smart_contracts_with/) * [Chainlink 重新部署了 ETHUSD 合约](https://twitter.com/ch...

文章 理解闪电网络,Part-3:结算并关闭支付通道

... --- **原文链接:** [https://bitcoinmagazine.com/technical/understanding-the-lightning-network-part-completing-the-puzzle-and-closing-the-channel-1466178980](https://bitcoinmagazine.com/technical/understanding-the-lightning-network-part-completing-the-puzzle-and-closing-the-channel-14661789...

文章 以太坊合并

...顶级错误猎人。 ### **加入社区** 此外,通过 Eth Research and Development **Discord** 加入以太坊社区也可能有所帮助。他们专门为人们合作设立了一个合并 #testing 频道! ![Overview cards background graphic](https://img.learnblockchain.cn/2025/04/16/26564...

文章 通过 GossipSub 批量发布提升 DAS 性能 - 网络

...ttps://ethresear.ch/t/fulldas-towards-massive-scalability-with-32mb-blocks-and-beyond/19529#the-dispersal-protocol-18) 和 [演示文稿](https://app.devcon.org/schedule/EVSLDH) 中提到了其他几种可能性,并计划在将来提供更多详细信息。 通过所谓的 "交错发送" 可以...

文章 Solidity 中的定点数运算(以 Solady、Solmate 和 ABDK 为例)

...结果。 例如: ![Image 2: Fraction multiplication of 3/4 and 2/3](https://img.learnblockchain.cn/attachments/migrate/1718963979857) 然而,在实际操作中我们可以优化这个计算,因为定点数的分母总是相同的。 现在让我们考虑一组具有共同分...

文章 CUDIS:在 Solana 上普及健康数据的 AI DePIN 智能戒指

...is-smart-ring-collaborates-with-ucla-athletics-to-promote-student-wellness-and-data-ownership-with-ai-blockchain) 和 [WalletConnect](https://x.com/WalletConnect/status/1937889592881070202) 的 [合作伙伴关系](https://thedefiant.io/news/press-releases/cudis-smart-ring-collaborates-with-ucla-ath...

文章 Solana Dev101 - 如何获取NFT集合的持有人(快照)

...的详细信息,可以在[DAS文档](https://docs.helius.dev/compression-and-das-api/digital-asset-standard-das-api/get-assets-by-group)中找到。 ## 结论 在这篇博客文章中,我们讨论了如何使用DAS API检索NFT收藏品持有者的信息。借助DAS API,你可以轻松...

文章 【三】NOVA系列之RecursiveSNARK

...备受工业界追捧,该系列专题将逐一拆解它: * [Pederson and Poseidon]() * [R1CS and relaxed R1CS]() * [NIFS](https://learnblockchain.cn/article/5978) * [Circuit](https://learnblockchain.cn/article/5993) * [RecursiveSNARK]() * [CompressedSNARK]() 希望通过**详尽且...

文章 以太坊生态招募带薪实习生 - 加入以太坊实习季 18 个团队30 多个实习机会

...gn & Data Visualization Intern](https://tally.so/r/wLqEEG) 2. [Visual & Brand Design Intern](https://tally.so/r/wLqEEG) 3. [Social Media & Content Delivery Intern](https://tally.so/r/wLqEEG) ...

文章 什么是RPC节点,它是如何工作的?

![文章封面](https://img.learnblockchain.cn/2025/09/17/RPC+Node+and+How+Does+it+Work.svg) 在我们新的文章中,让我们一起看看 RPC 节点的概念、用法和设置原则的基础知识。随着牛市的到来,现在正是了解什么是加密货币中的 RPC 节点,以及如何...

文章 Rust async 编程

...ame = "async_demo" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.28" ``` ### async fn - 异步函数语法: - `async fn do_something() {/* ... */}` - `async f...

文章 BOLT 12 和 LNURL:谁才是闪电网络的未来?

...hinobi_ > > _来源: [https://bitcoinmagazine.com/technical/bolt12-lnurl-and-bitcoin-lightning](https://bitcoinmagazine.com/technical/bolt12-lnurl-and-bitcoin-lightning)_ BOLT 12 是什么?它将许许多多不同的功能和组件结合起来做成了很多事情 —— 静态二维码、模...

文章 使用 CREATE、CREATE2 和 EXTCODESIZE 操作码的陷阱

作者:Alexander Mazaletskiy - MixBytes 的安全研究员 ![](https://img.learnblockchain.cn/2025/03/09/24.jpg) ## CREATE 和 CREATE2 操作码 如你所知,在 EVM 中有两个操作码用于从另一个智能合约创建和创建2智能合约。这些合约也称为工厂。 每...