fabric-samples/first-network/scripts
Anoop Vijayan Maniankara 0307743add first-network/scripts/*: Make Chaincode name configurable
1. The idea is to use this generic functions for managing any chaincode lifecycle inside cli container.
E.g.
'''
source scripts/utils.sh
packageChaincode 1 0 1 myapp
installChaincode 0 1 myapp
approveForMyOrg 1 0 1 myapp
....
'''

Signed-off-by: Anoop Vijayan Maniankara <anoop@tuxera.com>
2020-02-26 23:10:31 +02:00
..
script.sh first-network/scripts/*: Make Chaincode name configurable 2020-02-26 23:10:31 +02:00
step1org3.sh first-network/scripts/*: Make Chaincode name configurable 2020-02-26 23:10:31 +02:00
step2org3.sh first-network/scripts/*: Make Chaincode name configurable 2020-02-26 23:10:31 +02:00
testorg3.sh first-network/scripts/*: Make Chaincode name configurable 2020-02-26 23:10:31 +02:00
upgrade_to_v14.sh first-network/scripts/*: Make Chaincode name configurable 2020-02-26 23:10:31 +02:00
utils.sh first-network/scripts/*: Make Chaincode name configurable 2020-02-26 23:10:31 +02:00