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
⇑ BYFN (Build Your First Network)
⇑⇑ Hyperledger Tutorials
2020-09-15, 885👍, 0💬
Popular Posts:
How to convert JSON Objects to PHP Associative Arrays using the json_decode() function? Actually, JS...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...