This project was deployed to local private ethereum blockchain with the help of geth, truffle, web3;
- Write the smart contracts.
- Run the local private blockchain using
genesis.jsonfile and commands given incommands.txtingeth-blockchaindirectory. - Change truffle settings in
truffle-config.jsfile according to local network settings. - Then run,
truffle develop --reset&truffle migrate --reset. - Now, use the ABI generated in build folder in the frontend.