Skip to content
Snippets Groups Projects
Select Git revision
  • b449d44c4ca5757c748eb93df9c397e3ad81af45
  • main default
2 results

git.sh

Blame
  • 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