找到约 13 条结果

文章 [镜像] 探索椭圆曲线配对技术

...的所有线性组合的集合。 ![](https://img.learnblockchain.cn/2025/02/21/1qDOPI299SKvZuzeNnik4JA.png) 我们也可以对素域进行扩展;例如,我们可以用i扩展上述mod7的素域,然后我们可以做: (2+3i)+(4+2i)=6+5i (5+2i)+3=1+2i (6+2i)⋅2=5+4i 4i⋅(2+i)=3...

文章 Aweave 第 17 版白皮书解读(三):SPoRes 游戏的论证

![1.png](https://img.learnblockchain.cn/attachments/2024/03/vMpG9UWD660645fd14f39.png) ***作者: Gerry Wang*** ***来源:Arweave Oasis*** ***原文链接***:https://twitter.com/ArweaveOasis/status/1772089247660638417 --- 本文有些硬核,因为会有很多数学推导论证...

文章 使用 Yellowstone gRPC Geyser 插件(Rust)监控 Solana 程序

... [package] name = "raydium-launchpad-tracker" version = "0.1.0" edition = "2021" [dependencies] tokio = { version = "1.28", features = ["rt-multi-thread", "macros"] } yellowstone-grpc-client = "6.0.0" yellowstone-grpc-proto = "6.0.0" futures = "0.3" log = "0.4" env_logger = "0.11.8" bs58 = "0.5.0" ...

文章 Arbitrum 之星:GMX 去中心化永续合约交易所

![1.png](https://img.learnblockchain.cn/attachments/2025/06/eg2Hms6S6848e576a0fb7.png) ## 一、背景 去中心化金融(DeFi)自 2020 年“DeFi 之夏”以来迅速崛起,挑战了传统金融体系的中心化模式。中心化交易所(CEX)如 Binance、Bybit 等虽然提供了...

文章 Move精髓&动手设计NFT协议(上篇)

... 18 fun new_empty() : Empty { 19 Empty {} 20 } 21 22 fun destroy_empty(empty: Empty) { 23 let Empty{} = empty; 24 } 25 26 public fun new_struct() : MyStruct { 27 MyStruct { 28 ...

文章 Michael.W基于Foundry精读Openzeppelin第5期——Counters.sol

...重置操作。一般用该库可以追踪一个mapping中元素个数,ERC721的token id和统计请求次数等。 ### 1. 目标合约 封装Counters library成为一个可调用合约: Github: https://github.com/RevelationOfTuring/foundry-openzeppelin-contracts/blob/master/src/utils/Moc...

文章 本周加密货币市场 (08/24/25)

![](https://img.learnblockchain.cn/2025/08/25/F71d5f384-a291-4305-ba2c-10c8699575f4_1536x768.png) ## **概要** * * * 宏观背景已转向风险偏好,美元走软(DXY 降至 97),黄金创历史新高,长期利率稳定(10 年期国债收益率维持在 4.3%),石油价格...

文章 合约安全- 利用开发者假设

...可能发生。 更多示例:\[ [1](https://learnblockchain.cn/article/20120)\] ### 意外的匹配输入 对于下一个例子,我们将使用在 [Cyfrin](https://www.cyfrin.io/) 的 [Beanstalk Wells 审计](https://github.com/ChainAccelOrg/cyfrin-audit-reports/blob/main/reports/2023-03-1...

文章 无需找借口:OpenSSL 进入量子时代

![](https://img.learnblockchain.cn/2025/04/24/1J9n5lyXWtsTDBOjdihcVXw.png) ## 别找借口:OpenSSL 进入量子时代 ### 认识 ML-KEM (FIPS 203), ML-DSA (FIPS 204) 和 SLH-DSA (FIPS 205) 我已经为 Microsoft Windows x68 构建了 OpenSSL 3.5.0,[在这里](https://github.com/billbuchanan/o...

文章 Flashblocks:迈向超 fast 的Layer 2 EVM?

...Flashblocks:迈向超快速二层 EVM?](https://img.learnblockchain.cn/2025/09/11/15524958_image.webp) 随着 Flashbots 推出 Rollup-Boost,以太坊 Rollup 的发展正迅速推进。这项技术已经被 Unichain 采用,最近也被 Base 实施,它也被称为 "Flashblocks",有...

文章 构建基于区块链的葡萄酒交易市场:技术之旅第 3 部分后端

... String version = extractCompilerVersion(sourceCode); // gets eg "0.8.20" // 获取 例如 "0.8.20" String fullVersion = getFullCompilerVersion(version, request.getCompilerVersionsUrl()); // gets then "v0.8.20+commit.a1b79de6" // 然后获取 "v0.8.20+commit.a1b79de6" ...

文章 BlockThreat - 2025年第24周

...那些攻击媒介的新鲜度。 [![](https://img.learnblockchain.cn/2025/06/25/F6014373b-1882-4afc-a523-a0f92b0b1993_1904x640.png)](https://substackcdn.com/image/fetch/$s_!4tbw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F601437...

文章 【引介】Accretion Solana 数据逆向工器

...- **置信度评分** - 零字节分析,用于最大置信度检测(≤20 个零 = 100% 置信度) - **RPC 配置** - 用户可配置的 Solana RPC 端点,具有超时和批量处理选项 - **内联编辑** - 单击以编辑已接受解码的名称 - **深度链接** - 用于自动账户...