Installing chaincode

After the previous steps, we are almost ready to use our issuance claim blockchain application. However first, we need to install claimcontract.go chaincode on our network, as follows:

peer chaincode install -n iccc -v 1.0 -l golang -p github.com/chaincode/claimcontract

We will see the output of the preceding command:

Installing chaincode to our network