Fabric test network deployment (2.2)

document

fabric-github address: https://github.com/hyperledger/fabric
sample URL: https://github.com/hyperledger/fabric-samples
Contract address: https://github.com/hyperledger/fabric-samples/blob /release-2.2/asset-transfer-basic/chaincode-java/src/main/java/org/hyperledger/fabric/samples/assettransfer/AssetTransfer.java
java-sdk address: https://github.com/hyperledger/fabric -chaincode-java
java-sdk document address: https://hyperledger.github.io/fabric-gateway-java/
fabric tool download address: https://github.com/hyperledger/fabric/releases/tag/v2.2.0
All documents Chinese document address: https://hyperledger-fabric.readthedocs.io/zh_CN/latest/whatsnew.html
Test network Chinese document address: https://hyperledger-fabric.readthedocs.io/zh_CN/latest/test_network.html #
Fabric operating environment deployment reference URL: https://www.cnblogs.com/lihui123/p/15467183.html
Operation reference website: https://www.cnblogs.com/lihui123/p/15470386.html

Install

  1. Upload the installation package to the server
    directory:

Guess you like

Origin blog.csdn.net/qq_39049011/article/details/125404595