![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=1739288674-3mXIMzIvgFr8icvxWisoQnddz2YSkAmo-0-70e0eca9afed7e831aa06cf3820da828)
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.