Secure Voting System using Ethereum's Blockchain
App Interface
Essentially, a great decentralized application utilizing blockchain technology allows you perform the same actions you would today (like transferring money) without a trusted third party. The best dApps have a specific real world use-case that leverages the unique characteristics of blockchain.
Voting app with blockchain technology behind a good example because the main issues blockchain solves — transparency, security, accessibility, audibility — are the main problems plaguing current democratic elections.
This project using React and Truffle to deploy contract
Using terminal
npm install
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
compile contract
yarn truffle compile
deploy contract to ropsten
yarn truffle migrate -f 2 --network ropsten
deploy contract to rinkebys
yarn truffle migrate -f 2 --network rinkebys