mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Add script to install chaincode peer1.org1
Signed-off-by: amuyu <hwajoong.song@gmail.com>
This commit is contained in:
parent
d26e27e0d1
commit
2f75aa96b1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue