From b417813ed9b9afe13193f7794a2c92794b8f4b14 Mon Sep 17 00:00:00 2001 From: yjjnls Date: Mon, 13 May 2019 16:23:22 +0800 Subject: [PATCH] add eth yellow paper cn --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 784a9db..56a44b0 100644 --- a/README.md +++ b/README.md @@ -211,7 +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 Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf) +- [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf) / [Chinese version](https://github.com/yuange1024/ethereum_yellowpaper) - [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) @@ -278,7 +278,7 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo ### truffle ### web3.js -- [doc](https://web3js.readthedocs.io/en/1.0/) +- [doc](https://web3js.readthedocs.io/en/1.0/) / [Chinese version](http://web3.tryblockchain.org/Web3.js-api-refrence.html) ## Implementation of Blockchain - [**ATS**: _Functional Blockchain_](https://beta.observablehq.com/@galletti94/functional-blockchain)