This is a blockchain-based voting application built with Solidity, Truffle, Ganache, and React.
- Register candidates and voters
- Cast votes using MetaMask
- Smart contract deployed on local blockchain (Ganache)
- React frontend with Web3 integration
- Solidity – Smart contracts
- React.js – Frontend
- Web3.js – Ethereum integration
- Ganache – Local blockchain
- Truffle – Smart contract management
git clone https://github.com/SagarThapa2002/dVoting.git
cd dVoting
npm install
truffle migrate
npm start