{"id":26024418,"url":"https://github.com/therealpad/election-web3","last_synced_at":"2026-04-10T02:10:10.064Z","repository":{"id":235092219,"uuid":"790035102","full_name":"TheRealPad/election-web3","owner":"TheRealPad","description":"Web3 App","archived":false,"fork":false,"pushed_at":"2024-04-22T06:32:59.000Z","size":548,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T05:24:22.053Z","etag":null,"topics":["blockchain","bootstrap","css","elections","html","javascript","web3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheRealPad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-04-22T06:32:01.000Z","updated_at":"2024-04-22T06:34:12.000Z","dependencies_parsed_at":"2024-04-22T07:52:11.193Z","dependency_job_id":null,"html_url":"https://github.com/TheRealPad/election-web3","commit_stats":null,"previous_names":["therealpad/election-web3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2Felection-web3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2Felection-web3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2Felection-web3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2Felection-web3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRealPad","download_url":"https://codeload.github.com/TheRealPad/election-web3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242212149,"owners_count":20090440,"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":["blockchain","bootstrap","css","elections","html","javascript","web3"],"created_at":"2025-03-06T12:33:32.932Z","updated_at":"2025-12-31T00:51:31.052Z","avatar_url":"https://github.com/TheRealPad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voting system\n\nThis is a voting system using the blockchain concept\n\n## Dependencies\n\n- Node\n- Truffle ```npm install -g truffle```\n- [Ganache](https://archive.trufflesuite.com/ganache/)\n- [Metamask](https://metamask.io/)\n\nYou will need to connect your Ganache server to localhost, you can follow this [tutorial](https://docs.cranq.io/web-3/setting-up-ganache-with-metamask)\nYou can import ETH from your ganache account\n\n## How to use\n\n### Run the project\n\n1. ```truffle migrate``` or ```truffle migrate --reset``` if you want to chaneg your smart contracts\n2. ```npm run dev``` the application will be accessible on [http://localhost:3000](http://localhost:3000)\n3. ```truffle test``` to run the unit test\n\n### Change the candidates\n\nYou can add/update the candidate list in [Election.sol](./contracts/Election.sol) in the constructor\n\n```sol\nconstructor () public {\n    addCandidate(\"Candidate 1\");\n    addCandidate(\"Candidate 2\");\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealpad%2Felection-web3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherealpad%2Felection-web3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealpad%2Felection-web3/lists"}