Giter Club home page Giter Club logo

votechain's Introduction

Votechain

Votechain is a simple blockchain implementation specifically designed to record votes in an election. The chain does not hold other data about the election; only the votes cast. Another system, such as LockTheVote should be used to track elections, races, candidates, and verify voter identities.

"Transactions" on the chain are votes with fields to identify the race and selections. A vote is not a record of a full ballot, just a selection for a single race within an election.

Voter proofs are any value which uniquely differentiate a single voter from other voters. If an election does not require verifiable votes, voter proofs can even be blank or a single value. However, unique voter proof values can be used to verify inclusion in the election. The simplest voter proof value is a plain text identifer; such as an email or ID. This can easily be verified visually or programatically. On the opposite end of the spectrum, voter proofs can be non-interactive zero knowledge proofs. This kind of voter proof value allows voters (who hold their private key) to verify their vote was correctly recorded in the election while maintaining their anonymity.

votechain's People

Contributors

codegoalie avatar

Stargazers

Jeffrey Stern avatar jeffreystern avatar

Watchers

 avatar James Cloos avatar Leo Peña avatar jeffreystern avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.