mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update high throughput sample scripts for chaincode lifecycle Change-Id: I8e7f9d98bb62d75a779e2767b0e165a36a700d43 Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
10 lines
174 B
Bash
10 lines
174 B
Bash
#
|
|
# Copyright IBM Corp All Rights Reserved
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
export CHANNEL_NAME=mychannel
|
|
export CC_NAME=bigdatacc
|
|
export TIMEOUT=10
|
|
export DELAY=3
|