Where is Hyperledger fabric chaincode store location?
问题 I used peer commond in cli container on chancode install. chaincode name + varsion file was made on peer containers. (location is /var/hyperledger/production/chaincodes) What is this? chaincode? I am looking for chaincode after install. 回答1: The chaincode package which is installed on the peer is technically the serialized bytes of a protobuf message. The protobuf in a ChainDeploymentSpec message, which is defined in the "github.com/hyperledger/fabric/protos/peer" package: message