{"id":15158167,"url":"https://github.com/shrinivask007/e-voting_system_blockchain","last_synced_at":"2026-02-16T16:03:26.553Z","repository":{"id":255440145,"uuid":"846728025","full_name":"shrinivask007/E-Voting_System_Blockchain","owner":"shrinivask007","description":"E-Voting System Based on Blockchain","archived":false,"fork":false,"pushed_at":"2024-12-02T12:24:42.000Z","size":13313,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T18:21:25.749Z","etag":null,"topics":["blockchain-technology","css","dapp","ejs","ethereum","expressjs","ganache","js","metamask","mongodb","nodejs","solidity-contracts","truffle","web3js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/shrinivask007.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":"2024-08-23T20:35:30.000Z","updated_at":"2024-12-02T12:24:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"3369e933-bc0a-4df1-8f10-c819a3884970","html_url":"https://github.com/shrinivask007/E-Voting_System_Blockchain","commit_stats":null,"previous_names":["shrinivask007/e-voting_system_blockchain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrinivask007%2FE-Voting_System_Blockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrinivask007%2FE-Voting_System_Blockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrinivask007%2FE-Voting_System_Blockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrinivask007%2FE-Voting_System_Blockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shrinivask007","download_url":"https://codeload.github.com/shrinivask007/E-Voting_System_Blockchain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247684480,"owners_count":20979072,"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-technology","css","dapp","ejs","ethereum","expressjs","ganache","js","metamask","mongodb","nodejs","solidity-contracts","truffle","web3js"],"created_at":"2024-09-26T20:40:59.545Z","updated_at":"2025-10-08T06:29:08.269Z","avatar_url":"https://github.com/shrinivask007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## E-Voting System Based on Blockchain\nA blockchain-based voting system that preserves voter privacy and increases accessibility, while keeping the voting system transparent, secure, and cost-effective. The system implements a voting framework that utilizes ethereum’s blockchain and smart contracts to achieve voter administration and auditable voting records. The implementation was deployed on ethereum’s test network to demonstrate usability, scalability, and efficiency.\n\n![Screenshot 1](Screenshots/screenshot1.png) ![Screenshot 2](Screenshots/screenshot2.png)![Screenshot 3](Screenshots/screenshot3.png) ![Screenshot 4](Screenshots/screenshot4.png)![Screenshot 5](Screenshots/screenshot5.png) ![Screenshot 6](Screenshots/screenshot6.png)![Screenshot 7](Screenshots/Screenshot7.png)![Screenshot 8](Screenshots/screenshot8.png)\n![Screenshot 9](Screenshots/screenshot9.png)\n\n\n\nPre requisites:\n1. Node JS\n2. Ganache Gui\n3. Metamask extension in the browser, preferably chrome.\n\n## SET UP INSTRUCTIONS\n\nOpen ganache and select quick start ethereum.\n\nOpen your browser and configure metamask. Create a wallet and store your```Secret Recovery Phrase``` in a safe place.\n\n#### Connecting metamask and ganache\n1. In metamask, go to settings \u003e networks \u003e add network. You can also get to this by clicking the metamask extension pinned on your browser \u003e clicking the profile picture \u003e settings \u003e networks \u003e add network\n2. Give your network any name of choice. \n3. For New RPC URL go to ganache where you'll copy the RPC server url and paste in Metamask. \n4. Chain ID for ganache is 1337. \n5. You can name currency symbol as \"ETH\" and save. \n\n#### Importing an account from ganache to metamask\n1. Open ganache and select show keys on any account. The show keys button is the key icon.( Index-0 accound will be of admin by default i.e of 99.90 ETH)\n2. Copy the private key and click done.\n3. Open the metamask menu which can be accessed by clicking the profile picture and select import account.\n4. Paste the private key copied from ganache and click import.\n\n\n### Install these additional packages just in case to avoid errors:\n\n- Web3.js: ```npm i web3```\n- Solidity (solc-js): ```npm i solc```\n- Trufflejs: ```npm install -g truffle```\n\n#### Cloning the project\n\n```git clone https://github.com/shrinivask007/E-Voting_System_Blockchain```\n\n```cd E-Voting_System_Blockchain```\n\n- Frontend\n\n```cd client```\n\n```npm i```\n\n```npm start```\n\n- open another terminal for Backend\n\n```cd server```\n\n```npm i```\n\n```npm start```\n\n- open another terminal\n\n```truffle compile```\n\n```truffle migrate```or ( ```truffle migrate --reset``` for subsequent runs)\n\nCheck out the detailed implementation at https://medium.com/coinmonks/e-voting-system-based-on-blockchain-75570ef92c4\n\nThe project will open in the browser and metamask will ask you to select an account. Select the account we had imported earlier.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrinivask007%2Fe-voting_system_blockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshrinivask007%2Fe-voting_system_blockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrinivask007%2Fe-voting_system_blockchain/lists"}