Skip to main content

Hyperledger Fabric: Developer Mode

- Disble TLS..TLS_ENABLED = false

Installing on every peer and instantiating chaincode:
 - Takes about a minutes for lets say 6-7 peers
- This is not so practical
- Sol:
- Use DEV MODE that is chaincode runs on the user( like browser accessing the chaincode )
- peer-chaincodedev=true
-

A chaincode is one or multiple smart contract


https://fabric-shim.github.io/release-1.4/index.html

Comments