Government Fund Disbursal using Blockchain and zero knowledge based concepts
- Git Clone the project in your local directory.
- split the cmd into three consoles
- int the first cmd pallete install the necessary packages from packages.json file using the cmd.
npm i
- In the second pallete Go to the client directory for the react application and apply the cmd.
npm i
- In order to run the hardhat network use the cmd.
npx hardhat node
- Once the hardhat network is successfully deployed compile the solidity code by using cmd in the third console.
npx hardhat run scripts/deploy.js --network localhost
- Once the react has completed installation run the application in your localhost using cmd.
npm start
- Now you can test various functions of the website