From 2f75aa96b1b923bbf93c8a89f56a052efa01bd3a Mon Sep 17 00:00:00 2001 From: amuyu Date: Sat, 3 Aug 2019 16:09:06 +0900 Subject: [PATCH] Add script to install chaincode peer1.org1 Signed-off-by: amuyu --- first-network/scripts/script.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/first-network/scripts/script.sh b/first-network/scripts/script.sh index 04bdea5f..ff120e00 100755 --- a/first-network/scripts/script.sh +++ b/first-network/scripts/script.sh @@ -104,6 +104,10 @@ if [ "${NO_CHAINCODE}" != "true" ]; then echo "Sending invoke transaction on peer0.org1 peer0.org2..." chaincodeInvoke 0 1 0 2 + ## Install chaincode on peer1.org1 + echo "Installing chaincode on peer1.org1..." + installChaincode 1 1 + ## Install chaincode on peer1.org2 echo "Installing chaincode on peer1.org2..." installChaincode 1 2