{"id":16237832,"url":"https://github.com/codegoalie/votechain","last_synced_at":"2025-10-07T09:37:07.005Z","repository":{"id":66782783,"uuid":"81146153","full_name":"codegoalie/votechain","owner":"codegoalie","description":"Basic blockchain implementation for voting","archived":false,"fork":false,"pushed_at":"2017-02-14T12:30:47.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T05:43:38.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codegoalie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-06T23:56:21.000Z","updated_at":"2017-12-22T19:33:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d892334-be9d-457e-8039-cfaab1410745","html_url":"https://github.com/codegoalie/votechain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegoalie%2Fvotechain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegoalie%2Fvotechain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegoalie%2Fvotechain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegoalie%2Fvotechain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegoalie","download_url":"https://codeload.github.com/codegoalie/votechain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247808964,"owners_count":20999804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:37:36.673Z","updated_at":"2025-10-07T09:37:01.929Z","avatar_url":"https://github.com/codegoalie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Votechain\n\nVotechain is a simple blockchain implementation specifically designed to record\nvotes in an election. The chain does not hold other data about the election;\nonly the votes cast. Another system, such as\n[LockTheVote](https://github.com/codegoalie/lockthevote) should be used to track\nelections, races, candidates, and verify voter identities.\n\n\"Transactions\" on the chain are votes with fields to identify the race and\nselections. A vote is not a record of a full ballot, just a selection for a\nsingle race within an election.\n\nVoter proofs are any value which uniquely differentiate a single voter from\nother voters. If an election does not require verifiable votes, voter proofs\ncan even be blank or a single value. However, unique voter proof values can\nbe used to verify inclusion in the election. The simplest voter proof value\nis a plain text identifer; such as an email or ID. This can easily be verified\nvisually or programatically. On the opposite end of the spectrum, voter proofs\ncan be non-interactive zero knowledge proofs. This kind of voter proof value\nallows voters (who hold their private key) to verify their vote was correctly\nrecorded in the election while maintaining their anonymity. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegoalie%2Fvotechain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegoalie%2Fvotechain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegoalie%2Fvotechain/lists"}