页面最后更新: March 16, 2021
了解以太坊
欢迎来到 ethereum.org/learn,这里提供了一些资源来帮助您进一步了解以太坊。 此页面包含技术性和非技术性文章、指南以及资源。 如果此前对以太坊完全没有认识,我们建议您从这里开始。
下面是一些不错的入门贴士:
- Decentralizing Everything Sep 18, 2017 - Vitalik Buterin (Video)
- Why Decentralization Matters Feb 18, 2018 - Chris Dixon
- The Year in Ethereum Jan 16, 2019 - Josh Stark, Evan Van Ness, and Daniel Zakrisson
- Ethereum is game-changing technology, literally Mar 29, 2019 - Virgil Griffith
除了本页提供的部分信息之外,还有许多社区资源值得探索:
- EthHub 全面的以太坊知识库
- District0x 面向以太坊初学者的学习资源
- Ethereum.wiki 以太坊社区成员编纂的技术百科
- Kauri 以太坊技术文章、教程、相关项目
- 以太坊基金会 YouTube 频道 与以太坊相关的视频、演讲
- 以太坊周报 包含过去一周以太坊生态中各个方面的重要进展
- ETH 2.0 最新进度 ETH 2.0 开发进度的定期通报
- ethresearch 论坛 以太坊上关于 ETH2.0 和后续版本更深入的技术讨论
- ETHGlobal 以太坊黑客马拉松活动——赶快参与您周边的黑客松吧!
以太坊入门
以太坊新手? 这里的文章和资源可以助您有一个好的开始。
- A Beginner’s Guide to Ethereum Feb 23, 2017 - Linda Xie
- Video: What is ether and Ethereum? April 25, 2019 - CME Group
- What is Ethereum? District0x
- What is ether? Updated often - EthHub
- Absolute Beginner Introduction to Ethereum July 23, 2019
- The Case for Ethereum Jan 30, 2018 - Elad Gil
- Blockchains: How they Work and Why they’ll Change the World Sept 28, 2017 - Morgan Peck
以太坊如何运作
从宏观角度对以太坊和区块链技术作进一步介绍。
- How does Ethereum work, anyway? Sept 27, 2017 - Preethi Kasireddy
- A Gentle Introduction to Ethereum Oct 2, 2016 - Antony Lewis
- Introduction to Blockchain through Cryptoeconomics - Part 1 Jan 26, 2018 - Zubin Koticha
- Introduction to Blockchain through Cryptoeconomics - Part 2 July 19, 2018 - Zubin Koticha
智能合约
简单来说,“智能合约”就是一段可以运行在以太坊上的代码。 之所以被称作“合约”,是因为用户可以通过这段运行在以太坊上的代码控制有价值的事物,例如 ETH 或其他数字资产。
- 想要了解如何在以太坊上使用智能合约编程?可以看看这里: ethereum.org/developers
- 什么是智能合约? Nov 12, 2018 - Andreas M. Antonopoulos, Gavin Wood
- 什么是智能合约/去中心化应用? Updated often - Ethhub
工作量证明和挖矿
以太坊目前使用的系统是“工作量证明”机制。 这种机制使得以太坊网络能够就以太坊区块链上所记录的信息状态达成一致,并使其免受某些经济攻击。
- What does it mean to mine Ethereum? Updated often - Ethhub
- How Ethereum Mining Works Coindesk
在 ETH 2.0 中,以太坊将转向另一种不同的系统——“权益证明” (Proof of Stake)。 浏览更多 ETH 2.0 相关信息。
客户端和节点
以太坊网络由许多节点组成,它们各自运行兼容的客户端软件。 大多数节点都使用这两个客户端: Geth (采用 Go 语言编写)和 Parity(采用 Rust 语言编写)。
- 想学习如何运行你自己的节点? → ethereum.org/developers
- 所有以太坊客户端详细列表
企业级以太坊
企业级以太坊是指利用太坊代码库进行商业应用的私有、联盟或混合部署方式。 全球各地的公司已经在利用企业以太坊简化金融市场、管理供应链和建立新的商业模式。
了解更多关于企业级以太坊的信息。
优化以太坊的可扩展性
为了使以太坊具有更好的可扩展性,目前已经有许多工作投入到提升以太坊的速度和总交易吞吐量方面。 通常这些工作被划分为“第一层” (Layer 1) 和“第二层” (Layer2) 解决方案。
“第一层” (Layer 1) 解决方案指对核心以太坊协议进行升级。 其中致力于提升以太坊核心协议的主要项目是 ETH 2.0。
“第二层” (Layer2) 解决方案指的是构建在基础以太坊协议“之上”的技术,能够在优化可扩展性的同时不妨害网络的安全性。 其中也包含“链下”解决方案,例如侧链技术,通过进行不同的安全性权衡以实现更好的可扩展性。
- Making Sense of Layer 2 Feb 12, 2018 - Josh Stark
- The Case for Ethereum Scalability Jan 18, 2019 - Hunter Hillman, Steven McKie, and Eric Olszewski
- [扩大以太坊去中心应用规模的 5 种方式](https://kauri. io/article/7ccaaa2fe7f344d5bf53807cb5c01530) Apr 23, 2019 - Andreas Wallendahl
支付与状态通道
- State Channels - an explanation Nov 6, 2015 - Jeff Coleman
- Basics of State Channels District0x
- State Channels Updated often - EthHub
侧链
- Scaling Ethereum Dapps through Sidechains Feb 8, 2018 - Georgios Konstantopoulos
以太坊 Plasma 扩容解决方案
- Understanding Plasma, Part 1: The Basics Feb 7, 2019 - Daniel Goldman
- Understanding Plasma District0x
- 学习 Plasma 扩容解决方案 - Plasma 框架的学习资源
ETH 2.0
ETH 2.0(也称为“Serenity”)指的是以太坊核心协议的下一次重大升级。 它结合了以太坊核心协议,也就是“第一层”(Layer 1) 的几项改进。
- ETH 2.0 Roadmap and Phases Updated often - EthHub
- 8 Teams Are Sprinting to Build the Next Generation of Ethereum Dec 9, 2018 - Christine Kim
- Proof of Stake Updated often - EthHub
- Sharding Updated often - EthHub
- ETH 2.0 - The Road to Scaling Ethereum - Vitalik Buterin (Video) November, 2018 - YouTube
- ETH 2.0 Researchers AMA Part 1 Jan 24, 2019 - EthHub
- ETH 2.0 Researchers AMA Part 2 Jul 15, 2019 - EthHub
- 9 Things You Didn't Know About Ethereum 2.0 July 18, 2019 - Bruno Škvorc
ETH 1.x
ETH 1.x 是现有以太坊平台协议升级集合的名称。 目标是在开发和实施 ETH 2.0 的同时,继续改进和维护以太坊。
有关详细信息,请参阅 EthHub 关于 ETH 1 的解释页面
加密经济学
“加密经济学”是构建分布式系统的实用科学,这些系统的属性通过财富激励来保证,而其经济机制通过密码学来保证。 它是实际设计和扩展区块链的通用术语,就像以太坊和比特币一样。
- Cryptoeconomics.study
- Intro to Cryptoeconomics (Video) Aug 19, 2018 - Karl Floersch
- Making Sense of Cryptoeconomics Nov 16 2017 - Josh Stark
评论和质疑
对于以太坊和加密货币的不同看法
- Ethereum’s roadmap isn’t ambitious enough March 27, 2019 - Interview with Rick Dudley
- The Challenges of Building Ethereum Infrastructure Jan 8, 2018 - Jameson Lopp
- Parsimonious Answers to Difficult Questions (Video) March 10, 2019 - Rick Dudley
- There’s no good reason to trust blockchain technology Feb 6, 2019 - Bruce Schneier