Each folder holds the source code to implement each scenario detailed in the report. As well as the source code each folder apart from \encrpytion scenario has a JavaScript file called test.js which can be used to test each business network on Hyperledger Composer.
This readme will outline the configuration of a .bna as well as the structure.
cd ~/fabric-dev-servers
export FABRIC_VERSION=hlfv11
./startFabric.sh
./createPeerAdminCard.sh
composer archive create -t dir -n .
composer network install --card PeerAdmin@hlfv1 --archiveFile xxx@yy.bna
composer network start --networkName xxx --networkVersion yy --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card
composer-playground
The files in bold have all been detailed within the report and can be seen as high importance files.