A decentralized voting app based on the Ethereum blockchain.
Devote is a web-app based on the Ethereum blockchain for managing elections for example student society member elections. Core features are transparency, security, immutability and anonymity.
Frontend: React JS, SCSS, Web3.js, Firebase
Backend: Solidity, Ganache, Truffe, NoSQL, GCloud
- truffle
- npm
- ganache
With Ganache running on port 8545, run the following commands:
cd <PROJECT DIRECTORY>
truffle migrate --reset
npm install
npm run dev