fabric-samples/high-throughput/scripts/get-traditional.sh
NIKHIL E GUPTA e1ec81cf52 [FAB-17460] Move High Throughput sample to test network
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-02-04 11:51:51 -05:00

9 lines
437 B
Bash
Executable file

#
# Copyright IBM Corp All Rights Reserved
#
# SPDX-License-Identifier: Apache-2.0
#
source scripts/setenv.sh
peer chaincode invoke -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com --tls $CORE_PEER_TLS_ENABLED --cafile ../test-network/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem -C mychannel -n bigdatacc -c '{"Args":["getstandard","'$1'"]}'