![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=1739187303-QAYAP6dtpBE46VfXC8vXM3dFcL6X4xMW-0-9e060f04947d2d667b5c522e7fe64636)
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.