# blockchainguide **Repository Path**: DaLanMiao/blockchainguide ## Basic Information - **Project Name**: blockchainguide - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 学习交流 > 资料获取关注公众号:区块链技术栈 > > 技术讨论群添加微信:mindcarver **入门书籍以及入门视频** > 区块链相关的技术栈相当多,书籍不断更新,个人也在不断的学习中 ![image-20201124130443834](https://tva1.sinaimg.cn/large/0081Kckwgy1gl06iaf8eej313g0e8aal.jpg) > 一些常见的实用性的学习视频,一起学习探讨 ![image-20201124131619288](https://tva1.sinaimg.cn/large/0081Kckwgy1gl06udgxr2j315e0sa79d.jpg) -------- > **以下内容会有时间更新,逐步完善区块链的技术体系,并且寻找** > > **较好的公链以及联盟链项目供大家一起学习。** ## 区块链学习路线图 > 分为初阶,中阶,高阶 ## 常用社区 - 巴比特 - Ethfans - https://learnblockchain.cn/2019/11/08/zkp-info (登链社区) ## 以太坊 ### 以太坊工具 1. [以太坊浏览器](https://www.etherchain.org/) 2. [以太坊网络状态](https://ethstats.net/) 3. [以太坊黄皮书](https://ethereum.github.io/yellowpaper/paper.pdf) 4. [全面介绍以太坊](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369) 5. [Ethereum Improvement Proposals](https://eips.ethereum.org/) : 包含各种提升标准,常用的ERC20,ERC721 ### 以太坊理论 #### Ethereum Patricia Tree - [Understanding the Ethereum Trie](https://easythereentropy.wordpress.com/2014/06/04/understanding-the-ethereum-trie) - Ethereum 推荐 - [Ethereum Patricia Tree](https://github.com/ethereum/wiki/wiki/Patricia-Tree) - Ethereum Wiki - [深入浅出以太坊MPT (Merkle Patricia Tree)](http://blog.csdn.net/qq_33935254/article/details/55505472) - [Merkle Patricia Tree (MPT) 以太坊merkle技术分析](http://blog.csdn.net/zslomo/article/details/53434883?t=1498537389197) - [Merkle Patricia Tree (MPT) 详解](http://www.cnblogs.com/fengzhiwu/p/5584809.html) - 以太坊黄皮书中文版:https://github.com/wanshan1024/ethereum_yellowpaper/blob/master/ethereum_yellow_paper_cn.pdf ### 智能合约 - [以太坊开发入门](http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html) - [Solidity 官方文档中文版](http://wiki.jikexueyuan.com/project/solidity-zh/) - [区块链技术-智能合约-以太坊(译文)](http://ethfans.org/posts/block-chain-technology-smart-contracts-and-ethereum) ------- ## Hyperledger Fabric ### fabric 详解 [fabric介绍](http://wutongtree.github.io/translations/Next-Consensus-Architecture-Proposal_zh) ------- ## 比特币 - [比特币白皮书:一种点对点的电子现金系统](http://www.8btc.com/wiki/bitcoin-a-peer-to-peer-electronic-cash-system) - [其实并没有什么比特币,只有 UTXO](http://8btc.com/article-4381-1.html) - [区块链核心技术演进之路-算法演进](http://www.8btc.com/blockchain-tech-algorithm) - 强烈推荐 - [区块链核心技术演进之路-挖矿演进](http://www.8btc.com/blockchain-tech-mining) - 强烈推荐 - [区块链核心技术演进之路-共识机制演进(1)](http://www.8btc.com/blockchain-tech-consensus-mechanism) - 强烈推荐 ### [Bitcoin Core - BTC](https://bitcoin.org/) - (Bitcoin - 交易性能: SegWit), [github](https://github.com/bitcoin/bitcoin) - [隔离见证学习笔记](http://www.8btc.com/tan90d34) - [通往SegWit的漫长之路:比特币最大的协议升级是如何成为现实的](http://www.8btc.com/segwit-0829) - 推荐(关于SegWit的前生今世) ### [Bitcoin Cash - BCC](https://bitcoincash.org/) - (Bitcoin - 交易性能: 扩容8M), [github](https://github.com/Bitcoin-ABC/bitcoin-abc) - [如何看待新虚拟货币Bitcoin Cash(BCC)?](https://www.zhihu.com/question/63109943) ### [Zcash - ZEC](https://z.cash/) - (Bitcoin - 隐私保护: 零知识证明), [github](https://github.com/zcash/zcash) - [给Zcash泼泼冷水-有了深黑,市场真的需要纯黑吗?](http://8btc.com/thread-41384-1-1.html) - 推荐 - [不是程序员也能看懂的ZCash零知识证明](http://www.sohu.com/a/121847942_475384) ----- ## 基础理论 ### 共识机制 - [共识算法(POW,POS,DPOS,PBFT)介绍和心得](http://blog.csdn.net/lsttoy/article/details/61624287) - [掰一掰区块链共识机制与分布式一致性算法](https://yq.aliyun.com/articles/60400) - [什么是区块链共识?](http://8btc.com/article-2238-1.html) - [区块链共识机制浅谈](http://blog.csdn.net/jeffrey__zhou/article/details/56672948) - [区块链共识机制有哪些?](https://www.zhihu.com/question/53385152) - [微信PaxosStore:深入浅出Paxos算法协议](http://www.infoq.com/cn/articles/wechat-paxosstore-paxos-algorithm-protocol) - [Raft 一致性算法论文译文](http://www.infoq.com/cn/articles/raft-paper) - [POS白皮书:基于权益证明的交易](https://yq.aliyun.com/articles/60400) - [深度解析POS和POW的区别](http://8btc.com/article-1882-1.html) - [DPOS——回归中本聪](http://www.8btc.com/dpos-back-to-satoshi) - [信息图:股份授权证明机制(DPOS)](http://www.8btc.com/dpossha) - [DPOS共识算法 -- 缺失的白皮书](https://steemit.com/dpos/@legendx/dpos) - [DPOS委托权益证明 vs POW工作量证明](https://zhuanlan.zhihu.com/p/28127511) - [相比POS和DPOS,POW更有利于区块链原生代币的价格稳定吗? - [](https://www.zhihu.com/question/49995385) ## 密码学 ### 零知证明 > 参考[零知识证明资料](区块链技术栈/零知证明) ## 区块链架构 - [区块链底层架构概览:第一原则框架](http://ethfans.org/posts/blockchain-infrastructure-landscape-a-first-principles) - 推荐 - [区块链主流开源技术体系介绍](http://www.8btc.com/elwingao-blockchain-6) - 推荐 - [小蚁张铮文:写给CTO的主流区块链架构横向剖析](http://www.8btc.com/blockchain-architecture) - http://www.8btc.com/ethereum-top-10-app) -------- ## 区块链面试集锦 ------ ## 区块链探索 ### 隐私计算 - 安全多方计算 - 同态加密 - 零知识证明 - [阿里巴巴的零知识证明](http://songshuhui.net/archives/36968) ### 跨链技术 #### 侧链/中继(sidechains/relays) - [区块链的跨链技术介绍完整版](http://blog.csdn.net/elwingao/article/details/53410750) - [比原链设计思考:侧链存在的价值](http://www.8btc.com/bytom-sidechain) - [谈一谈:侧链、驱动链和Rootstock双向挂钩设计](http://www.8btc.com/sidechains-drivechains-and-rsk-2-way-peg-design) - [侧链白皮书:用楔入式侧链实现区块链的创新](http://www.8btc.com/enabling-blockchain-innovations-with-pegged-sidechains-abstract-introduction) - [比特币闪电网络白皮书:可扩展的off-chain 即时支付(中文)](http://view.xiaomiquan.com/view/59a3e22d2540ed222c6075b8) - [详解最近大热的闪电网络、雷电网络和CORDA](http://www.8btc.com/ln-rn-corda) - [根链(Rootstock)是什么?](http://www.8btc.com/tan90d88) - [根链平台(RootStock)——基于比特币驱动的智能合约白皮书](http://www.8btc.com/tan90d84) - [BTC-Relay与RootStock侧链技术对比](http://www.8btc.com/btc-relay-and-rootstock) - [BTC Relay](http://btcrelay.org/) - (Ethereum侧链: 跨链 -> Bitcoin) #### 公证人机制(notary schemes) #### 哈希锁定(Hash-locking) #### 分布式私钥控制方案 ### 去中心化存储 #### IPFS IPFS社区:https://ipfser.org/ IPFS博客指南:https://zhuanlan.zhihu.com/ipfsguide #### FileCoin 官网地址:https://filecoin.io/zh-cn/ File底层技术规范及原理:https://spec.filecoin.io/ filecoin的改进方案及研究路线: - https://research.protocol.ai/groups/cryptolab/ - https://protocol.ai/ filecoin开发文档:https://docs.filecoin.io/ - [白皮书·中文](https://gguoss.github.io/2017/05/28/ipfs/) - [白皮书·英文](https://github.com/ipfs/papers/raw/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf) -------- ## 区块链如何解决一些问题 - 如何保证上链数据是安全的 预言机 ## 去中心化应用 ### 去中心化金融: - [MakerDAO初探](https://www.wanghaoyi.com/defi-maker-dao-basis.html) - [去中心化借贷Compound项目简介](https://www.wanghaoyi.com/defi-compound-profile.html) - [去中心化衍生品协议Synthetix](去中心化衍生品协议Synthetix) - [去中心化资金管理TokenSets](去中心化资金管理TokenSets) - [去中心化彩票PoolTogether](去中心化彩票PoolTogether) - [去中心化支付与Sablier](https://www.wanghaoyi.com/defi-sablier-profile.html) - [去中心化交易所(DEX)之Uniswap](https://www.wanghaoyi.com/defi-dex-uniswap-profile.html) - [去中心化交易所(DEX)之dYdX](https://www.wanghaoyi.com/defi-dex-dydx-profile.html) - [去中心化保险Nexus Mutual](https://www.wanghaoyi.com/defi-insurance-profile.html) ### 数据共享 https://www.wanghaoyi.com/blockchain/blockchain-app/datashare/ ### 可信存证 https://www.wanghaoyi.com/blockchain/blockchain-app/attestation/ ### 防伪溯源 https://www.wanghaoyi.com/blockchain/blockchain-app/traceability/ ### 传统金融场景 https://www.wanghaoyi.com/blockchain/blockchain-app/financial-app/ ### 通证经济 https://www.wanghaoyi.com/blockchain/blockchain-app/token/