{"id":20756807,"url":"https://github.com/soumwadeep/indian-crypto-geeks","last_synced_at":"2026-04-11T13:34:30.695Z","repository":{"id":112951620,"uuid":"425432112","full_name":"soumwadeep/Indian-Crypto-Geeks","owner":"soumwadeep","description":"Basic Voting App Made For \"MAKE CRYPTO MOBILE INDIA HACKATHON!\"","archived":false,"fork":false,"pushed_at":"2021-11-10T01:36:43.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T04:42:46.342Z","etag":null,"topics":["blockchain","dapp","ethereum","html","js","json","smart-contracts","solidity"],"latest_commit_sha":null,"homepage":"https://soumwadeep.github.io/Indian-Crypto-Geeks/","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/soumwadeep.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":"2021-11-07T06:41:35.000Z","updated_at":"2023-08-17T00:22:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"07914072-947d-4ce5-845c-2c3c554cd597","html_url":"https://github.com/soumwadeep/Indian-Crypto-Geeks","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/soumwadeep%2FIndian-Crypto-Geeks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumwadeep%2FIndian-Crypto-Geeks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumwadeep%2FIndian-Crypto-Geeks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumwadeep%2FIndian-Crypto-Geeks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soumwadeep","download_url":"https://codeload.github.com/soumwadeep/Indian-Crypto-Geeks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243065563,"owners_count":20230783,"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","dapp","ethereum","html","js","json","smart-contracts","solidity"],"created_at":"2024-11-17T09:35:25.781Z","updated_at":"2025-12-16T11:43:21.433Z","avatar_url":"https://github.com/soumwadeep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indian Crypto Geeks Voting DApp\nThis is the code of our project\n\n\n## Overview\n\nThis is a simple voting web dapp which performs as a voting machine for few persons.\n\n## Dependencies\n\n* ethereumjs-testrpc \n* web3@0.20.1\n* solc\n\nInstall missing dependencies with [npm](https://www.npmjs.com/). \n\n```\n\u003e git clone https://github.com/soumwadeep/Indian-Crypto-Geeks.git\n\u003e cd Indian Crypto Geeks\n\u003e npm install \n```\n\n## Usage\n\nAfter all dependancies are installed, run the `testrpc` service with:\n```\nnode_modules/ethereumjs-testrpc/build/cli.node.js\n```\n\nRun the following commands to open the node console then deploy your contract to the test chain\n\n```\nsoumwadeep:~/indian_crypto_geeks$ node\n\u003e Web3 = require('web3')\n\u003e web3 = new Web3(new Web3.providers.HttpProvider(\"http://localhost:8545\"));\n\u003e code = fs.readFileSync('Voting.sol').toString()\n\u003e solc = require('solc')\n\u003e compiledCode = solc.compile(code)\n\u003e abiDefinition = JSON.parse(compiledCode.contracts[':Voting'].interface)\n\u003e VotingContract = web3.eth.contract(abiDefinition)\n\u003e byteCode = compiledCode.contracts[':Voting'].bytecode\n\u003e deployedContract = VotingContract.new(['Rama','Nick','Jose'],{data: byteCode, from: web3.eth.accounts[0], gas: 4700000})\n\u003e deployedContract.address\n\u003e contractInstance = VotingContract.at(deployedContract.address)\n```\n\nInteract with the contract via the html page attached, just open it in your browser.\n\n## Credits\n\nThe credits for this code goes to the owners of this repo:Soumwadeep And Shreshtha.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumwadeep%2Findian-crypto-geeks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoumwadeep%2Findian-crypto-geeks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumwadeep%2Findian-crypto-geeks/lists"}