Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 607 Bytes

packaging.md

File metadata and controls

18 lines (13 loc) · 607 Bytes

BNA

This was composer's business network packaging format. hyperledger fabric does have it's own packaging format for chaincode. Look at the peer chaincode package.

see peer chaincode for more information about the CLI package chaincode

peer chaincode package mycc.cds -l node -n mycc -v 0.0.1 -p ./mycc

Then to install you can do

peer chaincode install mycc.cds