Select Git revision
-
Benguria Elguezabal, Gorka authoredBenguria Elguezabal, Gorka authored
config.sh 351 B
# COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
source ../config.sh
# channel name to use (defaults to "mychannel")
CHANNEL=$CHANNEL_NAME
# organization to be used for org specific operations
DEFAULT_ORGANIZATION=sidenor.com
# Chaincode to be installed in the channel
CHAINCODE_PATH=../../chaincode/
CHAINCODE=$CHAINCODE_NAME
LANG=go