Hyperledger Cookbook
上QQ阅读APP看书,第一时间看更新

Installing the assermgr chaincode

Install the assermgr chaincode through the cli container by running the following command:

peer chaincode install -p chaincodedev/chaincode/assetmgr -n mycc -v 0

Here is the result after the chaincode is installed: