fabric-samples/fabcar
Bret Harrison 1f27c327f3 Allow install of a chaincode
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>
2020-07-15 10:39:12 -04:00
..
go run fabcar go (#232) 2020-07-10 16:18:05 +01:00
java FGJ-84 Update Fabcar Java app to 2.1.1 (#167) 2020-05-20 09:03:10 +01:00
javascript Disconnected from the gateway in fabcar query.js (#190) 2020-05-27 11:22:01 +02:00
typescript Update samples to use v2.0 or later dependencies (#161) 2020-04-17 14:29:37 +02:00
.gitignore [FAB-9330] Refactor top-level .gitignore into subdirs 2018-04-04 06:26:20 -04:00
networkDown.sh [FAB-17268] Move fabcar sample to test network (#103) 2020-03-30 20:18:06 +02:00
startFabric.sh Allow install of a chaincode 2020-07-15 10:39:12 -04:00