本文基于Fabric v1.0.4版本代码。
- Fabric 1.0源代码笔记 之 Peer
- Fabric 1.0源代码笔记 之 Orderer
- Fabric 1.0源代码笔记 之 flogging(Fabric日志系统)
- Fabric 1.0源代码笔记 之 BCCSP(区块链加密服务提供者)
- Fabric 1.0源代码笔记 之 MSP(成员关系服务提供者)
- Fabric 1.0源代码笔记 之 LevelDB(KV数据库)
- Fabric 1.0源代码笔记 之 blockfile(区块文件存储)
- Fabric 1.0源代码笔记 之 Tx(Transaction 交易)
- Fabric 1.0源代码笔记 之 putils(protos/utils工具包)
- Fabric 1.0源代码笔记 之 Ledger(账本)
- Fabric 1.0源代码笔记 之 events(事件服务)
- Fabric 1.0源代码笔记 之 gossip(流言算法)
- Fabric 1.0源代码笔记 之 scc(系统链码)
- Fabric 1.0源代码笔记 之 Proposal(提案)
- Fabric 1.0源代码笔记 之 policy(背书策略)
- Fabric 1.0源代码笔记 之 Chaincode(链码)
- Fabric 1.0源代码笔记 之 consenter(共识插件)
- Fabric 1.0源代码笔记 之 cryptogen(生成组织关系和身份证书)
- Fabric 1.0源代码笔记 之 configtx(配置交易)