fabric-samples/chaincode/fabcar/go/chaincode.env.example
James Taylor 0aa853e0c3 Update go chaincode samples
Update to the latest github.com/hyperledger/fabric-contract-api-go

Signed-off-by: James Taylor <jamest@uk.ibm.com>
2022-10-18 15:28:20 -04:00

8 lines
413 B
Text

# CHAINCODE_SERVER_ADDRESS must be set to the host and port where the peer can
# connect to the chaincode server
CHAINCODE_SERVER_ADDRESS=fabcar.org1.example.com:9999
# CORE_CHAINCODE_ID_NAME must be set to the Package ID that is assigned to the
# chaincode on install. The `peer lifecycle chaincode queryinstalled` command
# can be used to get the ID after install if required
CORE_CHAINCODE_ID_NAME=fabcar:...