hyperledger-fabric-chaincode-dev-setup icon indicating copy to clipboard operation
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.

Results 13 hyperledger-fabric-chaincode-dev-setup issues
Sort by recently updated
recently updated
newest added

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)

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 ...

new feature

Imports don't work, there is no stub for testing.

bug

It now waits the full 30sec which is the maximum amount of time to wait

bug

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

Currently it copies everything.

enhancement

When package.json changes run npm install (if watch mode is enabled)

new feature

Add api to add new chaincode on the fly. Without having to restart the dev setup.

new feature