fabric-samples
fabric-samples copied to clipboard
Chaincode definition approved on peer0.org1 on channel 'mychannel' failed
Hi, I am trying to run the test-network by following all the set-up instructions and running instructions here
I also believe I have installed the necessary packages:
- curl
- npm
- python2
- docker
- docker-compose
- git
- golang
- jq
All the docker containers are also fully running.
but it whenever I try to deploy a chaincode I always experience an issue, especaially on this specific command on the running instructions guide.
./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-go -ccl go
Please see the error message:
I am already stuck here for days, I Appreciate any help or response. Thank you
Can you post the peer logs? Use docker logs <peer_container>
command to get the peer logs.