March 2019
Intermediate to advanced
636 pages
27h 50m
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