After you've cloned this repository. Make sure you have npm@6.14.12 and node@14.16.1
- In the repository goto dapp-ui folder run cmd
cd dapp-ui
npm install
npm run build
npm run start
- Go to folder 'others'
npm i
- Install Metamask Google extention
- Install Ganache from TruffleSuite (Local Ethereum Chain)
- Run a Quick Ethereum Chain
- Connect Metamask to the local Ganache Ethereum chain
- Run remix IDE on your browser upload, compile, deploy the 'contracts/Sanskriti.sol' contract.
- Copy the ABI from compiler paste in /dapp-ui/utils/SanskritiABI.json
- Copy the address to the Deployed contract paste it in dapp-ui/utils/utils.js
- Go to the repository folder.
- On the terminal
cd dapp-ui
npm run dev
- On a new terminal
cd others
node app.js



