How to Do Test Network and Deploy Chaincode

The test network is provided for learning about Fabric by running nodes on your local machine. Chaincode is a piece of code that is written in one of the supported languages such as Go or Java. $cd fabric-samples/test-network $./network.sh down //Turn off historical network $./network.sh up //Start a new network After the start up, next step is to …

How to Do Test Network and Deploy Chaincode Read More »