Skip to content

Instantly share code, notes, and snippets.

@mbwhite
Created August 23, 2019 07:48
Show Gist options
  • Save mbwhite/148c11b0c64d0d3d45cf4b91d632af9f to your computer and use it in GitHub Desktop.
Save mbwhite/148c11b0c64d0d3d45cf4b91d632af9f to your computer and use it in GitHub Desktop.
Running Chaincode in Dev move

Node.js - example script in package.json

 "start:dev": "CORE_CHAINCODE_LOGGING_SHIM=debug fabric-chaincode-node start --peer.address=localhost:7052 --chaincode-id-name hellonet:1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment