![Hyperledger Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/682/36698682/b_36698682.jpg)
上QQ阅读APP看书,第一时间看更新
How it works...
The Fabric command-line interface is built using Fabric SDK Go. The CLI provides various commands to run a peer node, interact with the channel and the chaincode, and to query blockchain data. Here are some functionalities provided by the CLI:
![](https://epubservercos.yuewen.com/21D760/19470379601494606/epubprivate/OEBPS/Images/1.jpg?sign=1734408440-DtqM9iDT7elsgK47Q7r5ypObUDrhuSfK-0-e74219f8922ebc0583ea735a0456cee3)
With these supported CLI commands, we can test our chaincode in the development environment.
Next, we will write client-side code and interact with the assetmgr chaincode in the Fabric.