akshaypatil314 / Blockchain-Voting-System

Repository for my final year project centered around a voting system built on top of Ethereums blockchain.

Home Page:https://ethvote.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EthVote | Ethereum based voting application proposal

Masters project containing dissertation & associated code. A demo of the voting application is available at ethvote.online

Abstract

An electronic voting protocol provides end-to-end verifiability if the voter can verify that their vote was correctly counted and any party can verify the results of the election. There have been several proposals outlining potential systems, however these have all been built on top of protocols primarily designed as transaction ledgers. In this paper I propose a voting solution, built on the Ethereum protocol, that uses the properties of smart contracts to enforce strict rules surrounding the ballots of an election. These ballots are both independently and universally verifiable and maintain all of the desirable properties of the blockchain (such as immutability). All of this is achieved without sacrificing voter privacy or ballot integrity. The resulting system shows clear potential for Blockchain technology to become a central part of applications wishing to provide transparency and security in public scenarios.

Images

System design

Voting Page

Results Page

Transaction in the blockchain

About

Repository for my final year project centered around a voting system built on top of Ethereums blockchain.

https://ethvote.online


Languages

Language:TeX 44.1%Language:Python 32.9%Language:JavaScript 9.2%Language:Shell 5.8%Language:HTML 5.7%Language:CSS 1.7%Language:Dockerfile 0.7%