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, ∼1881🔥, 0💬
Popular Posts:
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...