pushkar shetye
pushkar shetye
I think this is happening because of running project on mac os, and this fetched docker image's are of [x86_64-linux]
I opened PR for this: https://github.com/nikoksr/notify/pull/469
## Step 1. Start Hyperledger network and deploy the chaincode Switch to project folder $ cd hyperledger-supply-chain Switch to the network folder cd network/fabric-network Start network ./network.sh up createChannel -ca...
in network.js u have to change `const CONTRACT = 'supplychain';` if u face more errors, u can follow steps mentioned here https://github.com/AleRapchan/hyperledger-supply-chain/issues/12