How to set chaincode path in Hyperledger Fabric

0 votes

I am trying to install chaincode on Hyperledger Fabric to run a script on my local machine.

I am running the following command for it:

peer chaincode install -n mycc -v 1.0 -p ./bitbucket.org/Foldername/testBlockchain/folder_name_for_chaincode

When I execute it, I get error telling that chaincode path does not exist. How to properly set the chaincode path?

Jul 27, 2018 in Blockchain by slayer
• 29,350 points
1,659 views

1 answer to this question.

0 votes

For chaincode to properly run on your system, you need to have chaincode defined in your GOPATH. T0 do this, move your chaincode to $GOPATH/src folder.

Then run the following command:

peer chaincode install -n mycc -v 1.0 -p bitbucket.org/Foldername/testBlockchain/folder_name_for_chaincode

This should work.

answered Jul 27, 2018 by digger
• 26,740 points

Related Questions In Blockchain

0 votes
0 answers

How to set chaincode path in Hyperledger Fabric in fabric.sh file

i set the path to chaincode in ...READ MORE

Mar 23, 2019 in Blockchain by Malik

retagged Mar 25, 2019 by Omkar 1,145 views
+1 vote
0 answers
+1 vote
2 answers

How to return value from a chaincode in Hyperledger Fabric?

Hyperledger Fabric supports only 2 types of ...READ MORE

answered Jun 13, 2018 in Blockchain by Perry
• 17,100 points
2,571 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,211 views
0 votes
1 answer
0 votes
1 answer

How to control visibility of assets in Hyperledger Fabric?

you can use proof of Authority consensus ...READ MORE

answered Jul 10, 2018 in Blockchain by digger
• 26,740 points
619 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP