awesome-blockchain/README.md

73 lines
3.5 KiB
Markdown
Raw Normal View History

2018-03-30 03:10:11 +00:00
# Awesome Blockchain [![Awesome](https://awesome.re/badge.svg)](https://github.com/yjjnls/awesome-blockchain)
>Curated list of resources for the development and applications of block chain.
The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value (by [Don Tapscott](https://www.linkedin.com/pulse/whats-next-generation-internet-surprise-its-all-don-tapscott)).
2018-03-30 04:06:41 +00:00
<font color=#0099ff size=3>**This is not a simple collection of Internet resources, but verified and organized data ensuring it's really suitable for your learning process and uesful for your development and application.**</font>
2018-03-30 03:10:11 +00:00
2018-03-30 04:06:41 +00:00
Majority of the contents will be written in Chinese, English will also be included.
2018-03-30 03:10:11 +00:00
The repository will be continually updated.
2018-03-31 14:02:45 +00:00
2018-03-30 03:10:11 +00:00
## Contents
2018-03-31 14:02:45 +00:00
## Basic Introduction
2018-03-30 09:24:34 +00:00
基础概念和原理介绍
2018-04-02 08:58:28 +00:00
* [数字加密相关知识](./Basic/crypto.md)
2018-03-30 09:24:34 +00:00
2018-03-31 14:02:45 +00:00
## Further Extesnsion
2018-04-02 08:58:28 +00:00
### Books
2018-03-31 14:02:45 +00:00
* [区块链技术指南](https://yeasy.gitbooks.io/blockchain_guide/content/)
2018-04-02 08:58:28 +00:00
* [区块链原理、设计与应用](https://github.com/yjjnls/books/blob/master/block%20chain/%E5%8C%BA%E5%9D%97%E9%93%BE%E5%8E%9F%E7%90%86%E3%80%81%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%BA%94%E7%94%A8.pdf)
* [区块链 从数字货币到信用社会](https://github.com/yjjnls/books/blob/master/block%20chain/%E5%8C%BA%E5%9D%97%E9%93%BE%20%E4%BB%8E%E6%95%B0%E5%AD%97%E8%B4%A7%E5%B8%81%E5%88%B0%E4%BF%A1%E7%94%A8%E7%A4%BE%E4%BC%9A.pdf)
2018-03-31 14:02:45 +00:00
## Development Tutorial
### BitCoin
2018-03-31 14:14:08 +00:00
[<img src="https://bitcoin.org/img/icons/logotop.svg" align="right" width="120">](https://www.hyperledger.org/projects/fabric)
2018-03-31 14:02:45 +00:00
* [BitCoin white paper](https://bitcoin.org/bitcoin.pdf) / [比特币白皮书](http://www.8btc.com/wiki/bitcoin-a-peer-to-peer-electronic-cash-system)
* [Mastering BitCoin](https://github.com/bitcoinbook/bitcoinbook) / [精通比特币](http://zhibimo.com/read/wang-miao/mastering-bitcoin/index.html)
2018-03-30 09:24:34 +00:00
2018-03-31 14:02:45 +00:00
### Ethereum
2018-03-31 14:28:20 +00:00
[<img src="https://github.com/yjjnls/Notes/blob/master/img/ethereum.png" align="right" width="80">](https://www.hyperledger.org/projects/fabric)
2018-03-31 14:02:45 +00:00
* [Ethereum white paper](https://github.com/ethereum/wiki/wiki/White-Paper)
* [Ethereum wiki](https://github.com/ethereum/wiki/wiki)
* [Ethereum problems](https://github.com/ethereum/wiki/wiki/Problems)
2018-03-30 09:24:34 +00:00
2018-03-31 14:02:45 +00:00
### Fabric
2018-03-31 14:07:48 +00:00
[<img src="https://www.hyperledger.org/wp-content/uploads/2018/03/Hyperledger_Fabric_Logo_Color.png" align="right" width="120">](https://www.hyperledger.org/projects/fabric)
2018-03-31 14:02:45 +00:00
## Releated Tools
2018-03-30 09:24:34 +00:00
深入学习
2018-03-31 14:02:45 +00:00
### Solidity
2018-04-02 08:58:28 +00:00
### truffle
### web3.js
2018-03-31 14:02:45 +00:00
## Projects and Applications
[<img src="https://avatars3.githubusercontent.com/u/22163706?s=200&v=4" align="right" width="40">](https://github.com/mvs-org/metaverse)
### Metaverse
元界链
2018-03-30 09:24:34 +00:00
2018-03-30 03:10:11 +00:00
2018-03-31 14:02:45 +00:00
[<img src="https://avatars0.githubusercontent.com/u/28505705?s=200&v=4" align="right" width="40">](https://github.com/Bytom/bytom)
### BYTOM
比原链
2018-03-30 03:10:11 +00:00
2018-03-31 14:02:45 +00:00
[<img src="https://avatars2.githubusercontent.com/u/10536621?s=200&v=4" align="right" width="40">](https://github.com/ipfs/ipfs)
### IFPS
2018-03-31 14:07:48 +00:00
2018-03-30 03:10:11 +00:00
## Contribute
Contributions welcome!
1. Fork it (https://github.com/yjjnls/awesome-blockchain/fork)
2. Clone it (`git clone https://github.com/yjjnls/awesome-blockchain`)
3. Create your feature branch (`git checkout -b your_branch_name`)
4. Commit your changes (`git commit -m 'Description of a commit'`)
5. Push to the branch (`git push origin your_branch_name`)
6. Create a new Pull Request
If you found this resource helpful, give it a 🌟 otherwise contribute to it and give it a ⭐️.