...*预备知识** ### **将资金存入 ZKChain** 想象一下,用户将 ERC20 代币从 L1 转移到 ZKChain。这可以通过调用 `Bridgehub` 合约的 [`requestL2TransactionTwoBridges`](https://github.com/matter-labs/era-contracts/blob/f1cae6423440204e19a174f599c81d5c858194c2/l1-contracts/con...
 ## 一、背景 去中心化金融(DeFi)自 2020 年“DeFi 之夏”以来迅速崛起,挑战了传统金融体系的中心化模式。中心化交易所(CEX)如 Binance、Bybit 等虽然提供了...
...作去中心化。 [链接:比特币即是时钟](https://dergigi.com/2021/01/14/bitcoin-is-time/)( [中文译本](https://learnblockchain.cn/article/18070/)) 至于工作量证明是否浪费资源,在回答这个问题之前先要弄明白工作量证明解决了什么问题。如果正...
 ## 别找借口: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...
... 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 ...
...一个 NFT 中获得随机数](https://blog.chain.link/random-numbers-nft-erc721/) * [BitQuery 对比自身与 TheGraph](https://bitquery.io/blog/thegraph-and-bitquery) * [通过阅读 GasToken 代码来理解 EVM](https://learnblockchain.cn/article/1707) ## 安全性 * [PercentFinance 的 b...
...密货币市场每周概览与更新  ## **执行摘要** * * * 截至2025年11月底,全球经济在持续的通货膨胀和货币波动中放缓,黄金作为对美国美元贬值的避风港而...
...dity // src/BoxV1.sol // SPDX-License-Identifier: MIT pragma solidity ^0.8.20; import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"; import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol"; contract BoxV1 is Initializable, OwnableUpgradeable { uint256 p...
 ## **概要** * * * 宏观背景已转向风险偏好,美元走软(DXY 降至 97),黄金创历史新高,长期利率稳定(10 年期国债收益率维持在 4.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" ...
...以涵盖本系列剩余的内容!  我不知道我是否还能信任你 所以在我们了解实际使群对密码学有用的良好性质之前,让我们聚焦于我们的两个主角,它们是现代技术的主力...
...。_ ## 区块体积大战 ### 背景和方向 区块体积大战是从 2015 年开始正式开打的,但要想完全搞懂这件事,我们还要补充一些历史背景: 01. 2010 年 7 月 15 日,中本聪引入了 1 MB 的区块体积限制,这个限制是在 2010 年 9 月激活的...