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
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset