整体结构
核心代码
$ cd fabric
$ find bccsp ccaas_builder cmd common core discovery gossip internal msp orderer pkg protoutil tools \
-not -path "*/vendor/*" \
-not -path "*mock*" \
-name "*.go" \
-not -name "*_test.go" \
-not -name "test_*.go" \
| wc -l
797
$ find bccsp ccaas_builder cmd common core discovery gossip internal msp orderer pkg protoutil tools \
-not -path "*/vendor/*" \
-not -path "*mock*" \
-name "*.go" \
-not -name "*_test.go" \
-not -name "test_*.go" \
| xargs cat | wc -l
156982源代码
源码相关工具
安装部署
其它工具
配置、脚本和文档
Docker 相关文件
git 相关文件
travis 相关文件
其它
Last updated