Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 995 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 995 Bytes

E-voting-blockchain

E-voting-website using blockchain. Tech Stack- react.js , ether.js, tailwind css, solidity and hardhat.

to deploy and run the smart contract type this in the terminal

1.npm install 2. npx hardhat node (runs the hardhat server) 3. npx hardhat run scripts/deploy.js --network localhost

Frontend-(React using Vite) , to run type the following commands in the terminal

  1. cd Frontend
  2. npm install

Screenshots

  1. Connect wallet image

  2. Dashboard image

3.Vote Casted

image

4.Declare Winner Screenshot 2023-07-16 151159