BlockVote is a blockchain based election system which lets voters elect candidate in an election.
Technology Stack 🎨
How to use it? 🎉
Make Sure that you've Truffle and Ganache installed
- Clone the repo: `git clone https://github.com/ajithvnr2001/dappvote
- Navigate to the folder:
cd BlockVote
- Install dependencies:
npm install
- Insatll truflle
- mirgate Contract:
truffle migrate --network matic
- compile:
truffle compile
- Run server:
npm run dev