December 2018
Intermediate to advanced
222 pages
6h 6m
English
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:

Read now
Unlock full access