We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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
The text was updated successfully, but these errors were encountered:
Can you post the peer logs? Use docker logs <peer_container> command to get the peer logs.
docker logs <peer_container>
Sorry, something went wrong.
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: