{"id":13467913,"url":"https://github.com/LiuBoyu/blockchain","last_synced_at":"2025-03-26T03:31:16.842Z","repository":{"id":37397007,"uuid":"101207286","full_name":"LiuBoyu/blockchain","owner":"LiuBoyu","description":"区块链 - 中文资源","archived":false,"fork":false,"pushed_at":"2022-09-20T19:14:30.000Z","size":75,"stargazers_count":7019,"open_issues_count":12,"forks_count":1585,"subscribers_count":419,"default_branch":"master","last_synced_at":"2024-10-29T21:59:08.637Z","etag":null,"topics":["blockchain"],"latest_commit_sha":null,"homepage":"https://liuboyu.github.io/blockchain/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiuBoyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-23T17:27:14.000Z","updated_at":"2024-10-29T12:57:30.000Z","dependencies_parsed_at":"2022-07-08T16:47:16.503Z","dependency_job_id":null,"html_url":"https://github.com/LiuBoyu/blockchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuBoyu%2Fblockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuBoyu%2Fblockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuBoyu%2Fblockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiuBoyu%2Fblockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiuBoyu","download_url":"https://codeload.github.com/LiuBoyu/blockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245584740,"owners_count":20639620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain"],"created_at":"2024-07-31T15:01:02.449Z","updated_at":"2025-03-26T03:31:16.503Z","avatar_url":"https://github.com/LiuBoyu.png","language":null,"funding_links":[],"categories":["Others",":mortar_board: 搜罗一切酷酷的东西","miscellaneous"],"sub_categories":[],"readme":"# Blockchain 区块链 - 中文资源阅读列表\n\n[Hyperledger Fabric v1.0.5 官方文档的简体中文翻译版本](https://github.com/LiuBoyu/hyperledger-fabric-docs-zh_CN)，翻译工作正在火热进行中，欢迎加入。\n\nEmail: boyu.liu@gmail.com\n\n----------------\n\n## 新手入门\n\n### 入门书籍\n\n* [\u003c\u003c区块链技术指南\u003e\u003e](https://yeasy.gitbooks.io/blockchain_guide/content)\n* [\u003c\u003c精通比特币\u003e\u003e](http://book.8btc.com/books/1/master_bitcoin/_book) - 强烈推荐\n\n### 行业报告\n\n* [\u003c\u003c高盛区块链报告：区块链·从理论走向实践\u003e\u003e](http://book.8btc.com/books/1/gaosheng_blockchain_report/_book)\n* [\u003c\u003c区块链重构金融？\u003e\u003e](http://book.8btc.com/books/6/thfr201704/_book)\n\n### 理论基础\n\n* [区块链理论学习入门指南](https://daimajia.com/2017/08/24/how-to-start-blockchain-learning)\n* [对去中心化含义的深层思考：究竟是谁控制着区块链？](http://www.8btc.com/who-controls-blockchain)\n* [比原链联合创始人段新星：希望建立起连接比特世界和原子世界资产交互的桥梁](http://www.8btc.com/bytom-duanxinxing)\n\n### 相关文章\n\n* [R3 Corda：一个为金融服务设计的分布式账本系统](http://ethfans.org/posts/r3-corda-announcement) / [Introducing R3 Corda™: A Distributed Ledger Designed for Financial Services](http://www.r3cev.com/blog/2016/4/4/introducing-r3-corda-a-distributed-ledger-designed-for-financial-services) - 推荐(虽然并不完全认同其观点，但他的思考方式非常值得借鉴)\n\n### 相关社区\n\n* [巴比特](http://www.8btc.com/)\n* [Ethfans](http://ethfans.org/)\n\n### 相关公司\n\n* [国内外区块链项目/联盟汇总](http://www.jianshu.com/p/00e17ee7c646)\n\n----------------\n\n## 基础知识\n\n### Merkle Tree - 梅克尔树 (Bitcoin)\n\n* [Merkle Tree 学习](http://www.cnblogs.com/fengzhiwu/p/5524324.html)\n* [谈谈以太坊的Merkle树](http://www.8btc.com/merkling-in-ethereum) / [Merkling in Ethereum](https://blog.ethereum.org/2015/11/15/merkling-in-ethereum) - Vitalik Buterin\n\n### Merkle Patricia Tree - 梅克尔帕特里夏树 (Ethereum)\n\n* [Understanding the Ethereum Trie](https://easythereentropy.wordpress.com/2014/06/04/understanding-the-ethereum-trie) - Ethereum 推荐\n* [Ethereum Patricia Tree](https://github.com/ethereum/wiki/wiki/Patricia-Tree) - Ethereum Wiki\n\u003e\n* [深入浅出以太坊MPT (Merkle Patricia Tree) ](http://blog.csdn.net/qq_33935254/article/details/55505472)\n* [Merkle Patricia Tree (MPT) 以太坊merkle技术分析](http://blog.csdn.net/zslomo/article/details/53434883?t=1498537389197)\n* [Merkle Patricia Tree (MPT) 详解](http://www.cnblogs.com/fengzhiwu/p/5584809.html)\n\u003e\n* [Ethereum RLP](https://github.com/ethereum/wiki/wiki/%5B%E4%B8%AD%E6%96%87%5D-RLP) - Ethereum Wiki\n* [RLP编码原理](https://my.oschina.net/u/2349981/blog/894117)\n\n### 共识机制\n\n* [共识算法（POW,POS,DPOS,PBFT）介绍和心得](http://blog.csdn.net/lsttoy/article/details/61624287)\n* [掰一掰区块链共识机制与分布式一致性算法](https://yq.aliyun.com/articles/60400)\n* [什么是区块链共识？](http://8btc.com/article-2238-1.html)\n* [区块链共识机制浅谈](http://blog.csdn.net/jeffrey__zhou/article/details/56672948)\n* [区块链共识机制有哪些？](https://www.zhihu.com/question/53385152)\n\u003e\n* [微信PaxosStore：深入浅出Paxos算法协议](http://www.infoq.com/cn/articles/wechat-paxosstore-paxos-algorithm-protocol)\n* [Raft 一致性算法论文译文](http://www.infoq.com/cn/articles/raft-paper)\n\u003e\n* [POS白皮书：基于权益证明的交易](https://yq.aliyun.com/articles/60400)\n* [深度解析POS和POW的区别](http://8btc.com/article-1882-1.html)\n\u003e\n* [DPOS——回归中本聪](http://www.8btc.com/dpos-back-to-satoshi)\n* [信息图：股份授权证明机制（DPOS）](http://www.8btc.com/dpossha)\n* [DPOS共识算法 -- 缺失的白皮书](https://steemit.com/dpos/@legendx/dpos)\n* [DPOS委托权益证明 vs POW工作量证明](https://zhuanlan.zhihu.com/p/28127511)\n\u003e\n* [相比POS和DPOS，POW更有利于区块链原生代币的价格稳定吗？](https://www.zhihu.com/question/49995385)\n\n### 密码学\n### 博弈论\n\n### 隐私保护\n\n#### 零知识证明 - Zero-Knowledge Proof\n\n* [阿里巴巴的零知识证明](http://songshuhui.net/archives/36968)\n\n### 交易性能\n### 跨链技术\n\n### 智能合约\n\n----------------\n\n## Blockchain v1.0 - Bitcoin\n\n* [比特币白皮书：一种点对点的电子现金系统](http://www.8btc.com/wiki/bitcoin-a-peer-to-peer-electronic-cash-system)\n* [其实并没有什么比特币，只有 UTXO](http://8btc.com/article-4381-1.html)\n* [区块链核心技术演进之路－算法演进](http://www.8btc.com/blockchain-tech-algorithm) - 强烈推荐\n* [区块链核心技术演进之路－挖矿演进](http://www.8btc.com/blockchain-tech-mining) - 强烈推荐\n* [区块链核心技术演进之路-共识机制演进(1)](http://www.8btc.com/blockchain-tech-consensus-mechanism) - 强烈推荐\n\n### [Bitcoin Core - BTC](https://bitcoin.org/) - (Bitcoin - 交易性能: SegWit), [github](https://github.com/bitcoin/bitcoin)\n\n* [隔离见证学习笔记](http://www.8btc.com/tan90d34)\n* [通往SegWit的漫长之路：比特币最大的协议升级是如何成为现实的](http://www.8btc.com/segwit-0829) - 推荐(关于SegWit的前生今世)\n\n### [Bitcoin Cash - BCC](https://bitcoincash.org/) - (Bitcoin - 交易性能: 扩容8M), [github](https://github.com/Bitcoin-ABC/bitcoin-abc)\n\n* [如何看待新虚拟货币Bitcoin Cash（BCC）？](https://www.zhihu.com/question/63109943)\n\n### [Zcash - ZEC](https://z.cash/) - (Bitcoin - 隐私保护: 零知识证明), [github](https://github.com/zcash/zcash)\n\n* [给Zcash泼泼冷水-有了深黑，市场真的需要纯黑吗？](http://8btc.com/thread-41384-1-1.html) - 推荐\n* [不是程序员也能看懂的ZCash零知识证明](http://www.sohu.com/a/121847942_475384)\n\n### Zcoin\n### Dash\n### Monero\n\n----------------\n\n## Blockchain v1.0 - 跨链技术(侧链)\n\n* [区块链的跨链技术介绍完整版](http://blog.csdn.net/elwingao/article/details/53410750)\n* [比原链设计思考：侧链存在的价值](http://www.8btc.com/bytom-sidechain)\n* [谈一谈：侧链、驱动链和Rootstock双向挂钩设计](http://www.8btc.com/sidechains-drivechains-and-rsk-2-way-peg-design)\n\n### [Sidechains](https://blockstream.com/technology/) - (Bitcoin侧链: 楔入式侧链 - Pegged Sidechains, 闪电网络 - Lightning Network)\n\n* [侧链白皮书：用楔入式侧链实现区块链的创新](http://www.8btc.com/enabling-blockchain-innovations-with-pegged-sidechains-abstract-introduction)\n\u003e\n* [比特币闪电网络白皮书：可扩展的off-chain 即时支付（中文）](http://view.xiaomiquan.com/view/59a3e22d2540ed222c6075b8)\n* [详解最近大热的闪电网络、雷电网络和CORDA](http://www.8btc.com/ln-rn-corda)\n\n### [Rootstock - RSK(根链)](http://www.rsk.co/) - (Bitcoin侧链: 智能合约)\n\n* [根链（Rootstock）是什么？](http://www.8btc.com/tan90d88)\n* [根链平台(RootStock)——基于比特币驱动的智能合约白皮书](http://www.8btc.com/tan90d84)\n* [BTC-Relay与RootStock侧链技术对比](http://www.8btc.com/btc-relay-and-rootstock)\n\n### [BTC Relay](http://btcrelay.org/) - (Ethereum侧链: 跨链 -\u003e Bitcoin)\n\n### [Polkadot]()\n### [Cosmos]()\n\n----------------\n\n## Blockchain v1.X - 去中心化存储\n\n### [IPFS](https://ipfs.io/)\n\n* [白皮书·中文](https://gguoss.github.io/2017/05/28/ipfs/)\n* [白皮书·英文](https://github.com/ipfs/papers/raw/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf)\n\n### [Filecoin](http://filecoin.io/)\n\n* [白皮书·中文](http://chainx.org/paper/index/index/id/13.html)\n* [白皮书·英文](https://filecoin.io/filecoin.pdf)\n\n### [BigchainDB](https://www.bigchaindb.com/)\n\n* [白皮书·中文](http://blog.csdn.net/fengqing79/article/details/70154076)\n* [白皮书·英文](https://www.bigchaindb.com/whitepaper/)\n\n----------------\n\n## Blockchain v1.X - 二代币\n\n* [梦一直跑，我开始追](http://www.8btc.com/dream-on)\n* [二代币是”富二代”还是”穷二代”？](http://www.8btc.com/edb)\n* [给新手：区块链资产的分类与价值判断](https://zhuanlan.zhihu.com/p/27415529)\n\n### [Ripple - (瑞波)]()\n### [NXT - (未来币)]()\n\n### [BitShares - (比特股)](https://bitshares.org/) - (共识机制: DPOS, 去中心化: DAC), [github](https://github.com/BitShares)\n\n* [白皮书·中文](http://www.8btc.com/bitshares-white-pape)\n\n### [Cryptonomex - (石墨烯)](https://cryptonomex.com/) - (BitShares v2.0 底层框架), [github](http://github.com/cryptonomex)\n\n* [区块链公司Cryptonomex创始人谈公司发展状况](http://www.8btc.com/cryptonomex-dan-larimer)\n\n----------------\n\n## Blockchain v1.X - Dapps\n\n### [Steem](https://steem.io/) - 推荐(非常典型的区块链应用项目 - [steemit](https://steemit.com/)), [github](http://github.com/steemit)\n\n* [白皮书·中文](https://biweilai.com/tag/steem)\n* [白皮书·英文](https://steem.io/SteemWhitePaper.pdf)\n\n### [YOYOW](https://yoyow.org/) - 推荐(Steem的中文克隆)\n\n* [白皮书·中文](https://yoyow.org/files/white-paper2.pdf)\n* [一个基于区块链的UGC平台，他们想用“脑力挖矿”让作者得到合理的回报](http://www.jianshu.com/p/e044e51e06bb)\n\n----------------\n\n## Blockchain v2.0 - Ethereum\n\n### [Ethereum - ETH](https://ethereum.org/) - (v2.0 - 智能合约), [github](https://github.com/ethereum/go-ethereum)\n\n* ETH - Ethereum, 以太坊\n* ETC - Ethereum Classic, 以太坊原链\n\u003e\n* [以太坊白皮书](https://github.com/ethereum/wiki/blob/master/%5B%E4%B8%AD%E6%96%87%5D-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6.md) / [Ethereum White Paper](https://github.com/ethereum/wiki/wiki/White-Paper) - Ethereum Wiki\n* [以太坊官网文档中文版](http://book.8btc.com/books/6/ethereum/_book)\n\u003e\n* [Teahour 以太坊专访-文字版](http://ethfans.org/shaoping/articles/talk-with-jan-about-ehtereum) - 强烈推荐\n* [智能合约](http://ethfans.org/wikis/%E6%99%BA%E8%83%BD%E5%90%88%E7%BA%A6)\n* [以太坊开发计划](http://ethfans.org/wikis/%E4%BB%A5%E5%A4%AA%E5%9D%8A%E5%BC%80%E5%8F%91%E8%AE%A1%E5%88%92)\n\u003e\n* [实现这些扩容方案，以太坊将可支持10亿用户](http://www.8btc.com/scaling-ethereum-to-billions-of-users)\n\n### 智能合约\n\n* [以太坊开发入门](http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html)\n* [Solidity 官方文档中文版](http://wiki.jikexueyuan.com/project/solidity-zh/)\n* [区块链技术-智能合约-以太坊（译文）](http://ethfans.org/posts/block-chain-technology-smart-contracts-and-ethereum) - 简单易懂的例子“智能赞助”\n\n### Dapps\n\n* [谈谈区块链（15）：盘点以太坊十大应用](http://www.8btc.com/ethereum-top-10-app)\n\n#### The DAO (Ethereum) - 去中心化的自治组织, Decentralized Autonomous Organization\n\n* [道or悼？三分钟看懂史上最逆天的区块链众筹项目The DAO](http://www.8btc.com/what-is-the-dao)\n* [理解The DAO为什么属于证券的最简单方法](http://www.jinse.com/news/blockchain/50751.html)\n* [从“脱欧”与“惊世DAO窃”谈区块链——论共识、分叉、去中心化与安全](http://www.8btc.com/brexit-and-the-dao)\n\n#### Swarm\n#### Whisper\n#### [BTC Relay](http://btcrelay.org/)\n#### Oraclize\n\n----------------\n\n## Blockchain v2.0 - Others\n\n### [EOS](https://eos.io/) - [github](https://github.com/eosio)\n\n* [EOS正式版技术白皮书（中文）](http://www.jianshu.com/p/f65bf7691482)\n* [解读《EOS.IO技术白皮书》](http://www.jianshu.com/p/bc489db794ce)\n\u003e\n* [深入浅出eos vs 以太坊](http://www.jianshu.com/p/1afec85afd3c)\n\n### NEO\n### Qtum\n\n----------------\n\n## Blockchain - DAG\n\n* [DAG与区块链简介](http://www.qukuaiwang.com.cn/news/1913.html)\n* [IOTA快速入门简介](https://steemit.com/cn/@niking/iota)\n\n### [IOTA](https://iota.org/) - (DAG)\n\n* [白皮书·中文](http://www.iotachina.com/wp-content/uploads/2016/11/2016112902003453.pdf)\n* [白皮书·英文](https://iota.org/IOTA_Whitepaper.pdf)\n\n### [Byteball](https://byteball.org/) - (DAG)\n\n* [白皮书·中文] [一](http://www.bitett.com/portal.php?mod=view\u0026aid=438), [二](http://www.bitett.com/portal.php?mod=view\u0026aid=453), [三](https://bitcointalk.org/index.php?topic=1840404)\n* [白皮书·英文](https://byteball.org/Byteball.pdf)\n\n### [EP-CHAIN 环净链](https://ep-chain.org/) - (DAG), 国内ICO项目\n* [白皮书·中文](https://ep-chain.org/download/EPC_v1.00.pdf) - 白皮书内有关于IOTA和Byteball的原理说明\n\n### [Nerthus 纳尔图](http://www.nerthus.io/) - (DAG), 国内ICO项目\n* [白皮书·中文](http://www.nerthus.io/static/downfile/NerthusWhitePage.pdf) - 白皮书内有关于IOTA和Byteball的原理说明\n\n### [AskCoin](https://askcoin.org/) - (DAG), 国内ICO项目\n* [白皮书·中文](https://askcoin.org/askcoin_white_paper_cn.pdf) - 白皮书内有关于IOTA和Byteball的原理说明\n\n----------------\n\n## 区块链架构技术\n\n    区块链作为一个整体被重构成包含四层程序栈的组件:\n\n    1. 应用程序\n    2. 去中心化计算平台（“区块链平台”）\n    3. 去中心化处理（“智能合约”）, 去中心化存储（文件系统，数据库）, 以及去中心化通信\n    4. 密码原语，一致性协议，和其他算法\n\n* [区块链底层架构概览：第一原则框架](http://ethfans.org/posts/blockchain-infrastructure-landscape-a-first-principles) - 推荐\n* [区块链主流开源技术体系介绍](http://www.8btc.com/elwingao-blockchain-6) - 推荐\n* [小蚁张铮文：写给CTO的主流区块链架构横向剖析](http://www.8btc.com/blockchain-architecture)\n\n----------------\n\n## 常用术语\n\n* 共识机制 - Consensus\n* 拜占庭将军问题 - Byzantine Generals Problem\n* 拜占庭容错 - Byzantine Fault-Tolerant, BFT\n* 纳什均衡 -\n* 双花攻击/双重支付攻击 - Double-Spend Attack\n\u003e\n* SPV - 简单支付验证\n* POW - 工作量证明, Proof-Of-Work, 挖矿 (mine)\n* POS - 权益证明, Proof-of-Stake, 铸造 (mint)\n* NXT - 锻造 (forge)\n* DPOS - 股权证明, Delegated Proof-Of-Stake\n* PBFT - Hyperledger Fabric\n* DBFT - 小蚁\n* PAXOS - 传统分布式一致性算法\n* RAFT - 传统分布式一致性算法\n* DMMS - Dynamic Membership Multiparty Signatures\n\u003e\n* SHA256 - bitcoin\n* SCRYPT - litecoin\n* HEFTY1\n* ETHASH - ethereum\n* EQUIHASH - zcash\n\u003e\n* Merkle Tree - 梅克尔树\n* Merkle Root\n* Merkle Patricia Tree - 梅克尔帕特里夏树\n\u003e\n* getwork\n* getblocktemplate\n* stratum\n\u003e\n* Auxiliary Proof-of-Work - AuxPOW\n* Auxiliary Blockchain\n\n----------------\n\n## Bitcoin网络协议\n\n* version\n* verack\n* addr\n* getaddr\n* getblocks           本地区块链的顶端区块哈希值\n* inv                 补充区块的哈希值\n* getdata             请求得到全区块信息\n* getheaders\n* headers\n* filterload\n* filteradd\n* filterclear\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLiuBoyu%2Fblockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLiuBoyu%2Fblockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLiuBoyu%2Fblockchain/lists"}