- Hyperledger Cookbook
- Xun (Brian) Wu Chuanfeng Zhang Andrew Zhang
- 36字
- 2021-06-24 14:59:41
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:
