hyperlwdger fabric test-network code example
Example: starting the test network in hyperledger fabric
<!--Start the network with the fabric ca-->
./network.sh up -ca
<!--Creating a channel-->
./network.sh createChannel -c channel1
<!--Start the network with the fabric ca-->
./network.sh up -ca
<!--Creating a channel-->
./network.sh createChannel -c channel1