Store the IPFS hash[for certificates] securely in blockchain Running project starts on 31/05/2020
git clone the branch TruffleReact branch
Note : Do not collapse any terminal
1. npm install
2. truffle develop
1. truffle migrate --reset --network ropsten
switch to custom network and place the config you got from truffle develop command (most probably will run on 8545 or 7545)
import some accounts with their private key mentioned in truffle develop . To make it work remember to import the first account.
cd client
cd src
npm start
will take you directly on the webpage of this react app and will ask for transaction confirmation from metamask.
Backend completed on 24/10/2020
integration and react components on