# blockchain **Repository Path**: 1900/blockchain ## Basic Information - **Project Name**: blockchain - **Description**: 区块链底层技术的研究和尝试,智能合约,DAPP,IPFS,超级账本 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 176 - **Created**: 2018-09-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blockchain #### 项目介绍 区块链技术 本项目内容为区块链技术学习程序样例。如您觉得该项目对您有用,欢迎点击右上方的Star按钮,给予支持!! 从区块链1.0的数字货币到区块链2.0的智能合约再到区块链3.0的超级账本,循序渐进学习区块链技术和应用并加以实践。 * simple-demo 200行代码简单示例 * p2p 对等网络简单实现 * proof-of-work 工作量证明 * proof-of-stake 权益证明 * eth 以太坊及其开发环境 * solidity 智能合约案例 * eth-dapp 以太坊智能合约web应用 * btc 比特币 * ipfs 分布式网络存储 * hyperledger-fabric 超级账本 * chaincode 超级账本链上代码案例 * chaincode-app 超级账本fabric-sdk-go app案例 * chaincode-node-app 超级账本fabric-sdk-node app案例 #### 入门 - [理解区块链](http://blog.csdn.net/csolo/article/details/52858236) 区块链关键技术要点讲解 - [什么是拜占庭将军问题](https://www.imooc.com/article/details/id/28738) - [常用共识算法](https://blog.csdn.net/s_lisheng/article/details/78022645) #### 公链项目 - [BTC](https://github.com/bitcoin/bitcoin) 比特币 - [ETH](https://github.com/ethereum/go-ethereum) 以太坊 - [EOS](https://github.com/EOSIO/eos) EOS - [LITECOIN](https://github.com/litecoin-project/litecoin) 莱特币 - [QTUM](https://github.com/qtumproject/qtum) 量子链 - [BYTOM(BTM)](https://github.com/Bytom/bytom) 比原链 - [NEO](https://github.com/neo-project/neo) 小蚁 - [ZILLIGA](https://github.com/Zilliqa/Zilliqa) - [CARDANO(ADA)](https://github.com/input-output-hk/cardano-sl) 艾达币 - [METAVERSE](https://github.com/mvs-org/metaverse) 元界 - [NEBULAS](https://github.com/nebulasio/go-nebulas) 星云 ##### 区块链体系 ![](architecture.jpg)