Skip to content

kaushiksk/involve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Involve - Ballot papers on ethereum smart contracts

Bringing transparency and security to voting using the ethereum blockchain.

This project was created in 24 hours as part of Microsoft's code.fun.do hackathon at NITK Surathkal

How it works

  • Every time a vote is cast, a new smart contract is deployed on the ethereum blockchain. This contains the constituency and the candidate that was voted for.
  • The address of every contract is stored and made publicly available
  • Anybody can read the data by accessing the smart contract using this address, which ensures complete transparency in vote counting and results and every vote cast is now accounted for.

Technologies Used

  • ganache-cli : It provides a local ethereum network for us to interact with.
  • web3.py : Python wrapper around Web3.js. It helps us connect to the ethereum network and deploy smart contract or make transactions

Instructions

  • Install packages and dependencies. $ pip install -r requirements.txt
  • Run the sql scripts in the db/ folder.
  • First start ganache-cli. $ ganache-cli This creates an ethereum network locally that listens on port 8545.
  • Run $ python app.py.

Using the Flat UI theme.

Disclaimer

This is a proof-of-concept application to demonstarte the use of ethereum smart contracts as ballot papers. Since it was built during a 24 hours hackathon some of the pages (login, candidate list) are representative only.

About

Bringing transparency and security to voting using the ethereum blockchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •