"Shub" is short for Secret Hub. Shub aims to provide ogranizations with a secure, transparent, and cost-effective storage space based on the Blockchain and IPFS.
Prerequisites
https://hyperledger-fabric.readthedocs.io/en/release-2.5/prereqs.html
Run network
cd test-network ./network.sh down ./network.sh up createChannel -c mychannel -ca -s couchdb ./network.sh deployCC -ccn basic -ccp ../shub/back-end/chaincode/ -ccl typescript
Run API
cd shub/back-end/api npm install npm run start or npm run start:dev (for hot reload)
Run Front-end
cd shub/front-end npm install npm run dev
