mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
options on the network script to deploy chaincode
-ccn The name to be used as the deployed name and used as
the short name of known chaincodes when the -ccp is not included.
known short names
'basic' - asset-transfer-basic
'secure' - asset-transfer-secured-agreement
'ledger' - asset-transfer-ledger-queries
'private' - asset-transfer-private-data
-ccl the language of the chaincode
-ccv the version
-ccs the sequence
-ccp [optional] the path to the chaincode, when provided
the -ccn will be the deployed name
-cci [optional] the chaincode function to call during deployment
that will perform an initialization of the channel state
required for this chaincode
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
14 lines
344 B
Text
14 lines
344 B
Text
/channel-artifacts/*.tx
|
|
/channel-artifacts/*.block
|
|
/ledgers
|
|
/ledgers-backup
|
|
/channel-artifacts/*.json
|
|
/org3-artifacts/crypto-config/*
|
|
organizations/fabric-ca/ordererOrg/*
|
|
organizations/fabric-ca/org1/*
|
|
organizations/fabric-ca/org2/*
|
|
organizations/ordererOrganizations/*
|
|
organizations/peerOrganizations/*
|
|
system-genesis-block/*
|
|
*.tar.gz
|
|
log.txt
|