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, 1151🔥, 0💬
Popular Posts:
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...