Fabric+nodejs+docker

1、Fabric 官方文档

http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html

2、Fabric 中文文档(旧版)
https://hyperledgercn.github.io/hyperledgerDocs/

3、Fabric github地址
https://github.com/hyperledger/fabric

4:fabric官网blog
http://blog.chapagain.com.np/hyperledger-fabric-error-error-getting-endorser-client-for-channel-endorser-client-failed-to-connect-to-peer0-org1-example-com7051-failed-to-create-new-connection-context-deadline-exceeded/
5:nodejs官方
https://nodejs.org/en/
6:docker官网
https://www.docker.com/get-started

7:Fabric 1.0在Centos 7上面的安装*****
http://www.rendoumi.com/fabric-1-0zai-centos-7shang-mian-de-an-zhuang/

8:构建你的第一个chaincode
https://hyperledger-fabric.readthedocs.io/zh_CN/latest/write_first_app.html

 9: Visual Studio Code

https://code.visualstudio.com/

 10:商业票据案例

https://hyperledger-fabric.readthedocs.io/zh_CN/latest/tutorial/commercial_paper.html

商业票据教程:本教程使用 1.4.x 或者更老的生命周期处理,
其中链码在通道中实例化的过程不适用于 Fabric 2.0 版本。
商业票据教程稍后会更新为使用多组织网络和新的链码生命周期。
目前这个教程是按照fabric-samples release-1.4
https://hyperledger-fabric.readthedocs.io/zh_CN/latest/tutorial/commercial_paper.html

git clone -b release-1.4 https://github.com/hyperledger/fabric-samples.git

git clone -b release-1.4 https://github.com/hyperledger/fabric.git

查看网络
docker network inspect net_basic


fabric参考文档:
https://hyperledger-fabric.readthedocs.io/en/release-1.2/install.html

https://readthedocs.org/projects/hyperledger-fabric/downloads/

https://readthedocs.org/projects/hyperledger-fabric/


https://jira.hyperledger.org/browse/FAB-7023

http://blog.chapagain.com.np/

https://hyperledger-fabric.readthedocs.io/en/latest/chaincode4ade.html
crypto-config.yaml:解析
https://www.jianshu.com/p/d683f60e1ae8
Hyperledger Fabric 1.2网络搭建:
https://blog.csdn.net/lk2684753/article/details/84144520
ubuntu16.04 HyperLedger Fabric 1.2.0 开发环境搭建:
https://www.cnblogs.com/hupeng1234/p/9788384.html
构建你的第一个chaincode:
https://hyperledger-fabric.readthedocs.io/zh_CN/latest/write_first_app.html

原文地址:https://www.cnblogs.com/show58/p/13224830.html