└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 区块链学习 2 | 3 | 无论是比特币还是区块链技术并无所谓官方文档,以下技术文档均来自于社区、个人书写,文章及资料版权归作者本人所有。 4 | 5 | ## 内容 6 | 7 | - [比特币相关](#Bitcoin-相关) 8 | - [中文资料](#中文资料) 9 | - 「Mastering Bitcoin」中文版 10 | - [英文资料](#英文资料) 11 | - Bitcoin: A Peer-to-Peer Electronic Cash System 12 | - Bitcoin Improvement Proposals 13 | - Bitcoin Wiki 14 | - Bitcoin Developer Documentation 15 | - Q & A 16 | - [Hyperledger Fabric 相关](#Hyperledger-Fabric-相关) 17 | - [License](#License) 18 | 19 | ## Bitcoin 相关 20 | 21 | 无可否认的当前规模最大、最为成功的区块链项目,以及区块链概念与技术的鼻祖。 22 | 23 | ### 中文资料 24 | 25 | - [「Mastering Bitcoin」中文版](https://www.bitcoinbook.info/translations/cmn/book.pdf) 26 | 27 | ### 英文资料 28 | 29 | - [Bitcoin: A Peer-to-Peer Electronic Cash System](https://bitcoin.org/bitcoin.pdf) 30 | - [Bitcoin Improvement Proposals](https://github.com/bitcoin/bips#readme) 31 | - [Bitcoin Wiki](https://en.bitcoin.it/wiki/Main_Page) 32 | - [Bitcoin Developer Documentation](https://bitcoin.org/en/developer-documentation) 33 | 34 | ### Q & A 35 | 36 | - 挖矿是什么 37 | - Mining is the process of adding transaction records to Bitcoin's public ledger of past transactions. 38 | - Ref: https://en.bitcoin.it/wiki/Mining 39 | - 挖矿过程究竟做了什么 40 | - Ref: [stack exchange 上的讨论](http://bitcoin.stackexchange.com/questions/148/what-exactly-is-mining) 41 | 42 | ## Hyperledger Fabric 相关 43 | 44 | Linux Foundation 与 IBM 参与合作的超级账本项目。 45 | 46 | - 官网: https://www.hyperledger.org 47 | - GitHub: https://github.com/hyperledger/fabric 48 | 49 | ## License 50 | 51 | ![](https://i.creativecommons.org/l/by-nc/4.0/88x31.png) 52 | 53 | This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/). 54 | --------------------------------------------------------------------------------