找到约 13 条结果

文章 波卡白皮书 Polkadot:畅想一种异构的多链架构

...证明而且决定包含到项目中来的想法。 起草历史: * 2016 年 10 月 09 日:0.1.0-proof1 * 2016 年 10 月 20 日:0.1.0-proof2 * 2016 年 11 月 01 日:0.1.0-proof3 * 2016 年 11 月 10 日:0.1.0 ## 2 介绍 区块链已经承诺了它的伟大意义,能够...

文章 配对或双线性映射

...== > * 原文:[Pairings or bilinear maps](https://alinush.github.io/2022/12/31/pairings-or-bilinear-maps.html) > > * 作者:Alin Tomescu > > * 译者:Kurt Pan > **摘要**:**配对**,或者**双线性映射**,是对密码学来说非常强大的一个数...

文章 如何设置以太坊节点(第二部分)

### 安全加固 ![](https://img.learnblockchain.cn/2025/09/30/1nKQxHl-NI304lLNuI-gLLg.jpeg) ### 内容 1. [**系统更新 & 包管理**](#section-916b) — 保持操作系统和软件的补丁更新。 2. [**用户账户 & 身份验证**](#section-64fa) — 管理用户、强密码、SSH 密...

文章 EL内存池中的数据是否可用?- 网络

[![](https://img.learnblockchain.cn/2025/06/24/13102_2.png)](https://ethresear.ch/u/cskiraly) 作者: [@cskiraly](https://ethresear.ch/u/cskiraly) 随着 Pectra 中 blob 数量的增加,以及 Fusaka 中即将引入的 DAS,越来越多的注意力被吸引到 EL mempool 在 blob 传播中的...

文章 在Solana上使用Elusiv和Light的隐私保护

... {     "@lightprotocol/cli": "^0.1.1-alpha.21",     "@types/node": "^20.6.0",     "chai": "^4.3.8",     "typescript": "^5.2.2"   },   "dependencies": {     "@coral-xyz/anchor": "^0.28.1-beta.2",     "@lightprotocol/zk.js": "^0.3.2-alpha.14",     "@solana/web3.js": "^1.78.4" ...

文章 在 Go 中创建原生以太坊交互:Blob 交易、交易追踪及其他

...调用的应用程序示意图](https://img.learnblockchain.cn/attachments/2024/11/Pdcitiiu6745808759103.png) 在本教程的最后,我们将展示如何执行 Blob 交易,这是以太坊在 Decun 升级中最近增加支持的一项功能。 我们还将进行一些与以太坊交易相...

文章 比特币主义者PoS指南

2022年8月29日 通常,比特币人不太关心在**山寨币**领域发生的事情,但现在以太坊已经合并到[权益证明](https://ethereum.org/en/upgrades/merge/) (PoS),比特币推特上引发了不少讨论。当然,比特币网络本身不会受到影响,但我认为这种...

文章 Layer2 网络治理回顾 #55 (2025年06月09日)

## 治理回顾 \#55 (2025年06月09日) 治理永不眠,本周提出了新的想法、框架和重组方案。 ![](https://img.learnblockchain.cn/2025/06/11/1krv40znqWJF56t6TeH7r1Q.png) 治理永不眠,本周提出了新的想法、框架和重组方案。 ![](https://img.learnblock...

文章 使用Python开发DeFi项目

...nly used language on the planet](https://insights.stackoverflow.com/survey/2020#technology-programming-scripting-and-markup-languages), and it’s easier to build full-stack applications with the “JavaScript everywhere” mentality that comes with Node.js. However, this isn’t the case with the f...

文章 通往 Danksharding 之路

...。 EIP-4844 的核心架构如下: ![](https://img.learnblockchain.cn/2025/04/09/F20d9be89-2038-4d31-9c6b-0fb39106bc2a_1600x900.png) ### **数据可用性是 EIP-4844 设计的核心关注点和动机。** Rollups 从以太坊第一层需要的关键价值是 [数据可用性](https://ethereu...

文章 初探Celestia's Data Availability Layer

...d199f4aaac4cb0f9aef83446a4.png](https://img.learnblockchain.cn/attachments/2023/01/4VeAIp7463c67b997534e.png) > To verify that the data is available, Celestia light nodes are sampling the 2k × 2k data chunks. > > Every light node randomly chooses a set of unique coordinates in the extended mat...

文章 Aave Gas 优化审计:降低成本的技术

...有 [**最大的总锁定价值 (TVL)**](https://defillama.com/) **超过 200 亿美元**,并产生超过 **每日 800,000 美元的费用**。它的代码库经过大量审计、高度优化,并且经受住了时间的考验。 认识到 Aave 对生态系统的重要性,Cyfrin 最近对 Aave...

文章 你可能用错了 WebView:移动开发者常见的安全隐患

...到他们自己的应用程序中: ![](https://img.learnblockchain.cn/2025/08/22/bview-example-995e1e0ecb2f1a085d4fbd5c8fb4493d.png) 不幸的是,Web 非常复杂,正确保护显示任意内容的 WebView 很难做对,而且很容易出错。在与客户的合作中,我们经常发...