git clone https://github.com/hyperledger/fabric-samples.git
git checkout release-1.1
cd fabric-samples/balance-transfer
./runApp.sh
# in another terminal
./testAPIs.sh
clone Repository & change the version to release-3.5
cd blockchain-explorer
npm install
cd blockchain-explorer/app/test
npm install
npm run test
cd client/
npm install
npm test -- -u --coverage
npm run build