Git Product home page Git Product logo

voting-dapp's Introduction

Voting-Dapp

Blockchain can be used in developing many real life application that can solve the issue of trustability. Voting system is one of them. We all know a fair Voting System is an important part on a Democratic Country. Hence in this project we have tried to implement a simple voting solution using Blockchain technology.

Pre-requestis

  1. Npm and node should be installed
  2. truffle
  3. Metamask extension in the browser

Quick Start

Steps to compile the contract

  1. Clone the repo
  2. cd Voting-dapp/contract-folder
  3. Install dependencies: npm install
  4. Run truffle in a terminal: truffle develop
  5. Compile the code: compile
  6. Migrate the code: migrate --reset

Steps to run the forntend application

  1. Copy and paste the json file generated after migrating the contract in the src directory.
  2. Install dependencies: npm install
  3. Make sure truffle is running in a terminal. If not then run truffle with the command: truffle develop
  4. Open metamask and create accounts for voters and candidates
  5. Run the react app: npm start

Deploy smart contract on testnet:

Refer to this video for deploying smart contract on testnet: https://youtu.be/L1L050u7j2M

Note:

You can open and paste the code in Remix and test all the functions.

voting-dapp's People

Contributors

shivam4819 avatar

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.