From b0f7b3307f755e076e2fa30305beffe5e444363c Mon Sep 17 00:00:00 2001 From: yjjnls Date: Thu, 14 Mar 2019 17:20:28 +0800 Subject: [PATCH] add Ethereum Design Rationale --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0233c36..1b76d7b 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo - [Ethereum white paper](https://github.com/ethereum/wiki/wiki/White-Paper) / [Chinese version](./Ethereum/white%20paper.md) - [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook) / [Chinese version](https://github.com/inoutcode/ethereum_book) - [Ethereum wiki](https://github.com/ethereum/wiki/wiki) + - [Ethereum Design Rationale](https://github.com/ethereum/wiki/wiki/Design-Rationale) / [Chinese version](https://ethfans.org/posts/510) - [Ethereum problems](https://github.com/ethereum/wiki/wiki/Problems) - [Sharding roadmap](https://github.com/ethereum/wiki/wiki/Sharding-roadmap) - [**Ethereum flavored WebAssembly (ewasm)**](https://github.com/ewasm)