aws-samples / non-profit-blockchain

Builds a blockchain network and application to track donations to non-profit organizations, using Amazon Managed Blockchain
Apache License 2.0
373 stars 288 forks source link

peer-exports.sh Not found #151

Closed carloslozanosotoplexus closed 2 years ago

carloslozanosotoplexus commented 2 years ago

At documentation, we can see comments related with the script "peer-exports.sh" and I can't found it at the code.

carloslozanosotoplexus commented 2 years ago

Exports to be exported before executing any Fabric 'peer' commands via the CLI

cat << EOF > peer-exports.sh export MSP_PATH=/opt/home/admin-msp export MSP=$MEMBERID export ORDERER=$ORDERINGSERVICEENDPOINT export PEER=$PEERSERVICEENDPOINT export CHANNEL=mychannel export CAFILE=/opt/home/managedblockchain-tls-chain.pem export CHAINCODENAME=mycc export CHAINCODEVERSION=v0 export CHAINCODEDIR=github.com/chaincode_example02/go EOF

Created at the end of fabric-exports.sh