From 2b18d671c7b52a13376c07058ad41620113e43bb Mon Sep 17 00:00:00 2001 From: yjjnls Date: Sat, 3 Nov 2018 17:30:17 +0800 Subject: [PATCH] update --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd89ed8..97bddfd 100644 --- a/README.md +++ b/README.md @@ -166,17 +166,24 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch ## Development Tutorial -### BitCoin +### [BitCoin](https://github.com/bitcoin/bitcoin) -[](https://github.com/bitcoin/bitcoin) +[](https://bitcoincore.org) + +**Bitcoin** is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses **peer-to-peer** technology to **operate with no central authority**: managing transactions and issuing money are carried out collectively by the network. - [BitCoin white paper](https://bitcoin.org/bitcoin.pdf) / [Chinese version](BitCoin/white%20paper.md) - [Mastering BitCoin](https://github.com/bitcoinbook/bitcoinbook) / [Chinese version](http://book.8btc.com/books/6/masterbitcoin2cn/_book/) / [pdf download](http://book.8btc.com/master_bitcoin?export=pdf) - [More](./BitCoin/awesome.md) -### Ethereum +### [Ethereum](https://github.com/ethereum) + +[](https://www.ethereum.org/) + +**Ethereum** is a **decentralized platform that runs smart contracts**: applications that run exactly as programmed without any possibility of downtime, censorship, fraud or third-party interference. + +These apps run on a custom built **blockchain, an enormously powerful shared global infrastructure that can move value around and represent the ownership of property.** -[](https://github.com/ethereum) - [Ethereum white paper](https://github.com/ethereum/wiki/wiki/White-Paper) / [Chinese version](./Ethereum/white%20paper.md) - [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook)