These are set of chaincodes which are used as a reference for One-stop-shop Hyperledger Fabric performance analysis with Hyperledger Caliper (2023) (Hyperledger Mentorship project)
// For asset-transfer-sbe chaincode:
./network.sh up createChannel
// For other chaincodes:
./network.sh up createChannel -c mychannel -ca
Commands for deploying each chaincode can be found here:
For asset-transfer-sbe chaincode, you can submit the transactions detailed here
For other chaincodes, go to the sample application of choice then run the main file
For example:
cd asset-transfer-private-data
cd application-javascript
// install dependancies
npm install
node app.js