hyperledger-fabric-chaincode-dev-setup
hyperledger-fabric-chaincode-dev-setup copied to clipboard
This repo contains out of a setup which makes it easy to develop node.js chaincode in Hyperledger Fabric.
i followed the steps: ` kuma-hf-chaincode-dev setup-docker-images` when i ran: kuma-hf-chaincode-dev start-dev i got: Error: Config not found at findUp.then (/usr/local/lib/node_modules/@kunstmaan/hyperledger-fabric-chaincode-dev-setup/src/utils/locateConfig.js:30:15)
can we use 1.4 fabric instead
os : windows i have bash and docker installed on my system C:\Users\malli>cd ~/fabric-dev-servers The system cannot find the path specified. C:\Users\malli>export FABRIC_VERSION=hlfv11 'export' is not recognized as an internal...
Add an extra option, next to upgrading chaincode to invoke chaincode ...
It now waits the full 30sec which is the maximum amount of time to wait
In our docker compose file we don't refer to it: https://github.com/Kunstmaan/hyperledger-fabric-chaincode-dev-setup/blob/860c28bf407d46e1af15550d0fea51e1c5cb1ae7/dev-network/generated/devmode/docker-compose-simple.yaml#L99 We use yeasy/hyperledger-fabric-couchdb
When package.json changes run npm install (if watch mode is enabled)
Add api to add new chaincode on the fly. Without having to restart the dev setup.