GithubHelp home page GithubHelp logo

fernandolobato / decentralized-blockchain-voting Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 15.0 1.02 MB

An implementation of a decentralized voting scheme on top of the Ethereum blockchain using linkable ring signatures and threshold keys.

Python 3.86% JavaScript 37.62% CSS 45.62% HTML 12.89%
blockchain cryptography decentralized ethereum voting

decentralized-blockchain-voting's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

decentralized-blockchain-voting's Issues

Voting System Discussion

Hi Fernando,

I looked into your voting system. I want to get in touch with you via email.

I am a mathematician and taught myself the theoretical crypto concepts. I can code numerical stuff in cpp.

I want to collaborate on open source voting software.
If I see correctly, your voting system is not anonymous.

I developed a system that is:

  1. anonymous, based not on crypto but randomness
  2. equal/authenticatable
  3. decentral (everyone can be host or voter; everyone verifies digital passports)
  4. verifiable (everyone can check all votes for manipulation and completeness and authenticity)
  5. quick upon setup
  6. comprehensible to general users

There are two actual ideas:
A) A personalized public key can be used to generate an anonymous public key. This is used for anonymous authentication of vote.
B) A digital passport via, e.g., unique iris scan encoding and public sign key. Everyone approves a few others; thereby the entire network approving themselves.

We could use an ECC code of mine to publicly exchange email addresses; unless but hopefully you have a better solution :)
Let's be in touch!

Paper cannot be found

The reference to the paper is not valid anymore , please provide a new reference.

Error in Deploy.js

I am trying to compile deploy.js but it is not able to load scripts I tried all methods
Can you please help me?

Error in ./compile.py

Could you tell me what is not working here, this is the error message :

Traceback (most recent call last): File "./compile.py", line 78, in <module> main() File "./compile.py", line 73, in main contract = format_contract(contract_json_string, contract_file_name) File "./compile.py", line 16, in format_contract contract = json.loads(contract) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded

Thank you!

About the test on remix

I test the Voting contract on the remix, but it seems that there is someting wrong with the decryption fuction. It would not stop until the gas are all expend. I want to know whether it is because of the remix or other problems. Waiting for your reply!

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.