Skip to content
Snippets Groups Projects
Select Git revision
  • de78aedac1a8bc03da0bc2c0c2799ed18f693532
  • master default
  • M30
  • M24
  • TestForUpdateSite
  • M12
6 results

.gitkeep

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