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?