hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Card not found #147

Open akshaykulkarni1205 opened 5 years ago

akshaykulkarni1205 commented 5 years ago

I am trying to modify the chaincode to build a self project. With some research, to upgrade the chaincode and deploy it to the network a command is to be used:

composer network upgrade -c card name.

However when I try this command, with card name as peeradmin, I get the response:

Error: Card not found: peeradmin.

Can some one please help.

Thanks