- Hyperledger Cookbook
- Xun (Brian) Wu Chuanfeng Zhang Andrew Zhang
- 46字
- 2021-06-24 14:59:40
Starting the sample Fabric network
Open Terminal one. This Terminal will start the sample Fabric network. Issue the following command:
docker-compose -f docker-compose-simple.yaml up
This will bring up a network with the SingleSampleMSPSolo orderer profile. It also launches peer nodes, cli, and chaincode containers.