diff --git a/README.md b/README.md index f137f3d..58cae7c 100644 --- a/README.md +++ b/README.md @@ -44,26 +44,26 @@ The blockchain is an incorruptible digital ledger of economic transactions that **Q: What's a Blockchain?** A: A blockchain is a distributed database with a list (that is, chain) of records (that is, blocks) linked and secured by -digital fingerprints (that is, cryptho hashes). +digital fingerprints (that is, crypto hashes). Example from [`blockchain.rb`](https://github.com/openblockchains/awesome-blockchains/blob/master/blockchain.rb/blockchain.rb): - - [#, - #, - #, - ... - +```ruby +[#, + #, + #, + ... +``` ![](Basic/img/blockchain-jesus.png) **Q: What's a Hash? What's a (One-Way) Crypto(graphic) Hash Digest Checksum**? @@ -112,23 +112,15 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch ## Basic Introduction -- [Encryption](./Basic/crypto.md) 数字加密相关知识 - - -- [ ] [Consensus](<>) 共识算法详解 - - -- [Account and transaction model](./Basic/account.md) 账户与交易模型 - - -- [ ] [Bitcoin basics](<>) 比特币基础知识 -- [ ] [Ethereum basics](<>) 以太坊基础知识 +- [Encryption](./Basic/crypto.md) +- [ ] [Consensus](<>) +- [Account and transaction model](./Basic/account.md) +- [ ] [Bitcoin basics](<>) +- [ ] [Ethereum basics](<>) -- [ ] [Exchange](<>) 数字交易所基础知识 -- [ ] [Application](./Extension/application.md) 应用与思考 - - -- [Digital currency ranking](https://coinmarketcap.com/) 数字货币排行 +- [ ] [Exchange](<>) +- [ ] [Application](./Extension/application.md) +- [Digital currency ranking](https://coinmarketcap.com/) ## Further Extension