Tools, FAQ, Tutorials:
Uninstall Chaincode on BYFN Peers
How to uninstall chaincodes on BYFN Peers?
✍: FYIcenter.com
Unfortunately, the BYFN CLI "peer chaincode" command
does offer any option to uninstall chaincodes from a given peer.
You have two options when your chaincodes from different peers are out of sync or incompatible:
1. Destroy chaincode instance and re-install chaincode on all peers.
2. Upgrade chaincode instance to the next version to fix the issue.
⇒ Upgrade Chaincode Instance on BYFN
⇐ BYFN Chaincode Docker Container
2020-09-15, ∼1385🔥, 0💬
Popular Posts:
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...