# awesome-blockchain **Repository Path**: kimxue/awesome-blockchain ## Basic Information - **Project Name**: awesome-blockchain - **Description**: 收集所有区块链(BlockChain)技术开发相关资料 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2019-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Awesome Blockchain [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) > 收集所有区块链(BlockChain)技术开发相关资料 *请在为本项目贡献信息前仔细阅读 [操作指南](.github/contributing.md) * ## Contents - [介绍](#介绍) - [教程](#教程) - [项目](#项目) - [资料](#资料) - [应用](#应用) ## 介绍 ### 入门 - [区块链技术指南](https://yeasy.gitbooks.io/blockchain_guide) 区块链领域比较系统的入门资料 - [一步一步学区块链](http://blog.csdn.net/jwter87/article/details/53322642) 按步骤的实际操作入门指南 - [区块链技术-智能合约-以太坊](http://ethfans.org/posts/block-chain-technology-smart-contracts-and-ethereum) 以太坊智能合约入门概念 - [理解区块链](http://blog.csdn.net/csolo/article/details/52858236) 区块链关键要点讲解 - [(一)简单易懂地介绍什么是区块链](https://zhuanlan.zhihu.com/p/22228902) 比特币区块链关键词讲解 - [(二)简单易懂地介绍什么是区块链(技术篇)](https://zhuanlan.zhihu.com/p/23243289) 比特币区块链技术图解 - [一文看懂区块链架构设计](http://www.8btc.com/ebook-blockchain) 从技术分层解构架构 ### 以太坊进阶 - [以太坊白皮书](http://ethfans.org/wikis/以太坊白皮书) - [The Ethereum Wiki](https://theethereum.wiki/w/index.php/Main_Page) - [以太坊设计原理](http://ethfans.org/posts/510) - [以太坊代码剖析](http://ethfans.org/topics/227) - [以太坊源码阅读](http://www.cnblogs.com/baizx/category/1011749.html) - [Merkle Tree学习](http://blog.csdn.net/jiange_zh/article/details/53386250) ### Fabirc联盟链进阶 - [Blockchain区块链架构设计之一:成员管理](https://zhuanlan.zhihu.com/p/23356616) - [Blockchain区块链架构设计之二:分布式账本技术对比](https://zhuanlan.zhihu.com/p/23463699) - [Blockchain区块链架构设计之三:Hyperledger Fabric介绍](https://zhuanlan.zhihu.com/p/23947372) - [Blockchain区块链架构设计之四:Fabric多通道和下一代账本设计](https://zhuanlan.zhihu.com/p/24605987) - [Blockchain区块链架构设计之五:让DLT产生协作,对Corda和GSL的思考](https://zhuanlan.zhihu.com/p/25061575) - [Blockchain区块链架构设计之六:Fabric 1.0账本设计(1)](https://zhuanlan.zhihu.com/p/25119939) - [Blockchain区块链架构设计之七:Fabric 1.0 Endorse背书策略](https://zhuanlan.zhihu.com/p/25295608) - [Hyperledger架构解读:Hyperledger Fabric1.0架构概览](http://www.wanbizu.com/blockchain/201702078984.html) ## 教程 ### 以太坊 - [以太坊从零开始入门](http://www.jianshu.com/p/220130b39e22) - [以太坊开发入门经验](http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html) - [mac配置以太坊本地开发环境](https://my.oschina.net/wtsoftware/blog/782057) - [以太坊智能合约编程之菜鸟教程](http://ethfans.org/posts/101-noob-intro) - [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html) - [区块链语言Solidity校验椭圆曲线加密数字签名(附实例)](http://www.toutiao.com/i6401418700217385473/?tt_from=weixin&utm_campaign=client_share&from=groupmessage&app=news_article&utm_source=weixin&iid=8932715408&utm_medium=toutiao_ios&wxshare_count=2&pbid=35867484354) - [Create your own crypto-currency](https://www.ethereum.org/token) 来自以太坊官方的代币创建教程 - [ETHEREUM PET SHOP](http://truffleframework.com/tutorials/pet-shop) Truffle框架逐步案例教程 - [ROBUST SMART CONTRACTS WITH OPENZEPPELIN](http://zeppelin.tryblockchain.org/robust-smart-contracts-with-openzeppelin.html) OpenZeppelin集成Truffle编写健壮安全的合约 - [Truffle3.0案例教程](http://truffle.tryblockchain.org/truffle3.0-integrate-nodejs.html) 集成NodeJS并完全跑通,附详细实例和可能的错误 - [以太坊开发入门教程](http://blog.csdn.net/wo541075754/article/category/6502432/1) ### Fabric联盟链 - [Fabric Basics](https://github.com/angrbrd/hyperledger-fabric-basics) 使用Docker Toolbox来搭建Fabric的开发环境(英文资料) - [Learn Chaincode](https://github.com/IBM-Blockchain/learn-chaincode) Fabric Chaincode入门(英文资料) - [Marbles Project Tutorial: Part One](https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part1.md) 官方Chaincode案例教程第一部分(英文资料) - [Marbles Project Tutorial: Part Two](https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part2.md) 官方Chaincode案例教程第二部分(英文资料) - [Hyperledger Fabric V1.0– 开发者快速入门](https://zhuanlan.zhihu.com/p/25070745) 这个是基于baseos 0.2.2 的 - [搭建运行Fabric V1.0-alpha版本](http://blog.csdn.net/kojhliang/article/details/66971404) 针对Fabric1.0版本的开发环境搭建指引 - [Fabric v1.0-alpha 开发镜像编译](http://blog.csdn.net/remote_roamer/article/details/70228662) 使用Fabric源码编译v1.0-alpha版本的Docker镜像指引 - [Hyperledger Composer使用入门](http://www.jianshu.com/p/7bc258810b77) 官方Fabric应用开发工具Hyperledger Composer入门 - [Fabric-CA-1.0-Alpha小结](http://www.jianshu.com/p/ec7d4216c3cf) ### 视频 - [Building Ethereum DApps using Solidity](https://www.youtube.com/watch?v=9_coM_g7Dbg&list=PLH4m2oS2ratdoHFEkGvwvd7TkeTv4sa7Z) 视频教程 - [Devcon 0 (Berlin, 2014) talks and videos](https://www.youtube.com/watch?v=_BvvUlKDqp0&list=PLJqWcTqh_zKEjpSej3ddtDOKPRGl_7MhS) - [Devcon 1 (London, 2015) talks and videos](https://www.youtube.com/watch?v=BUARih8_f68&list=PLJqWcTqh_zKHQUFX4IaVjWjfT2tbS4NVk) - [Devcon 2 (Shanghai, 2016) talks and videos](https://www.youtube.com/watch?v=1wayaZ1-iBE&list=PLaM7G4Llrb7xqzgOwbvNv63_KM7VH84Rd) - [**Devcon 3** (Cancún, 2017) website and registration](http://ethereumfoundation.org/devcon3/) ## 项目 ### 区块链底层 - [Metaverse](https://github.com/mvs-org/metaverse) 原界链源码 - [EOS](https://github.com/EOSIO/eos) EOS链源码 - [比特币0.1](https://github.com/fkysly/bitcoin0.1.0) 最原始的比特币代码 - [Blockbench](https://github.com/ooibc88/blockbench) 区块链性能测试工具 - [Quorum](https://github.com/jpmorganchase/quorum) 来自JP Morgan基于Go-Ethereum数据隐私加强的以太坊实现 - [BCOS](https://github.com/bcosorg/bcos) 来自微众银行的增强版以太坊实现 - [Presto-Ethereum](https://github.com/xiaoyao1991/presto-ethereum) 以太坊增加Presto的SQL访问能力 ### SDK工具包 - [Truffle](https://github.com/trufflesuite/truffle) 以太坊Dapp开发脚手架 - [Cakeshop](https://github.com/jpmorganchase/cakeshop) 来自JP Morgan的以太坊可视化管理工具 - [Zeppelin](https://github.com/OpenZeppelin/zeppelin-solidity) 用于编写安全的以太坊合约框架 - [Web3j](https://github.com/web3j/web3j) 以太坊官方轻量级java SDK - [Composer](https://github.com/hyperledger/composer) 官方可视化Fabric应用开发框架 ## 资料 ### 比特币 - [精通比特币](https://bitcoinbook.info/) 比特币开发Oreilly开源书 - [blockchaindev.org](http://blockchaindev.org/) 区块链创业公司维优CTO的专栏 - [区块链研习社](http://www.jianshu.com/u/30081a05cf95) 比特币源码解读 ### 以太坊 - [区块链技术博客](http://me.tryblockchain.org/) 关注以太坊 - [以太坊系列教程](http://gi1.cn/topics/category/solidity) solidity语言学习 - [Solidity语言文档](http://www.tryblockchain.org/) 语言中文手册 - [Web3.JS接口文档](http://web3.tryblockchain.org/) 接口中文手册 - [Truffle框架文档](http://truffle.tryblockchain.org/) 框架中文手册 - [Open Zeppelin框架文档](http://zeppelin.tryblockchain.org/) 框架中文手册 - [Ethplorer接口](https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API?from=etop) Ethplorer接口文档 - [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html) - [EthList](https://github.com/Scanate/EthList) 以太坊开发相关学习资料收集 ### Fabric联盟链 - [Fabric Official Docs](https://hyperledger-fabric.readthedocs.io/en/latest/) Fabric官方最新文档 - [浮白](http://fubai.tech/) Fabric开发环境搭建与codechain入门 - [yeasy的专栏](http://blog.csdn.net/yeasy) IBM fabric核心开发者yeasy的专栏 - [菜鸟的博客](http://blog.csdn.net/xjmtxwd24/) fabric0.6及1.0源码分析 - [jiang_xinxing的博客](http://blog.csdn.net/jiang_xinxing/article/category/6642179) fabric0.6源码分析 ## 应用 ### Explore 链浏览 - [Blockchain](https://blockchain.info) 比特币区块链浏览器 - [Etherscan](https://etherscan.io) 以太坊区块链浏览器 ### Wallet 钱包 - [My Ether Wallet](https://myetherwallet.com) 官方版钱包 - [MetaMask](https://metamask.io/) Chrome Extension浏览器插件版 - [Multi-platform Jaxx Wallet](https://jaxx.io/) 同时兼容以太坊和比特币钱包 - [Mist Wallet](https://github.com/ethereum/mist/releases/latest) 官方版轻量级钱包 - [Parity Wallet](https://github.com/paritytech/parity/releases/latest) - [Harmony Wallet](https://github.com/ether-camp/ethereum-harmony/releases/latest) - [imToken](https://token.im/) 移动App版钱包 - [Ledger Nano S](https://theethereum.wiki/w/index.php/Ledger_Nano_S) 硬件钱包 - [Trezor](https://blog.trezor.io/trezor-integration-with-myetherwallet-3e217a652e08) 硬件钱包 ### IM 通信 - [status-im](https://github.com/status-im/status-network-token) status.im项目开源代码 - [slockit](https://github.com/slockit/smart-contract) Slock.it项目使用的智能合约 ### Social 社会 - [dharma](https://dharma.io/) 第三方增信[源码](https://github.com/dharmaprotocol/dharma-cli) - [Chronobank](https://chronobank.io/) 共享机制 ### Exchange 交易所 - [0x](https://www.0xproject.com/otc) 0x交易所[源码](https://github.com/0xProject/contracts) - [ethdelf](https://etherdelta.github.io/#ZRX-ETH) etherdelta交易所[源码](https://github.com/etherdelta/smart_contract) - [Dmarket](https://dmarket.io) dmarket交易所[源码](https://github.com/suntechsoft/dmarket-smartcontract) - [augur](https://augur.net/) 对赌交易所[源码](https://github.com/AugurProject) - [melonport](https://melonport.com/) 数字资产交易所[源码](https://github.com/melonproject) ### Cross Chain 跨链 - [Cosmos](https://cosmos.network) cosmos跨链交易,包括BTC到ETH[源码](https://github.com/cosmos) - [polkadot](https://polkadot.io) polkadot跨链,实现了一个轻量级以太坊客户端[源码](https://github.com/paritytech/parity) ### Token 代币 - [ERC20](https://github.com/ethereum/EIPs/pull/610) 以太坊的ICO代币标准 - [Token Sale](http://vitalik.ca/general/2017/06/09/sales.html) 代币销售模型 - [maker](https://makerdao.com/) Dai代币 ## [Awesome Ethereum](https://github.com/chaozh/awesome-blockchain/tree/master/Ethereum) 以太坊相关详细开发资源收集 ## [Awesome Fabric](https://github.com/chaozh/awesome-blockchain/tree/master/Hyperledger%20Fabric) Fabric联盟链相关详细开发资源收集 ## License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) To the extent possible under law, [Chaozh](http://www.chaozh.com) has waived all copyright and related or neighboring rights to this work.