- Hyperledger Cookbook
- Xun (Brian) Wu Chuanfeng Zhang Andrew Zhang
- 36字
- 2025-04-04 14:34:00
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:
