Skip to content

A voting system on ethereum blockchain to eliminate the existing faulty EVMs

Notifications You must be signed in to change notification settings

siddharth2798/Voting-System

Repository files navigation

Voting System Truffle Box

Installation

  1. Install Truffle globally.

    npm install -g truffle
  2. Migrate the smart contracts.

    truffle migrate --reset
  3. Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.

    // Serves the front-end on http://localhost:3000
    npm run dev

Alt text

Steps to Cast Vote

Steps:

1) Enter UID number to login. (Default 1111111111 or 2222222222)

Screenshot 1

2) Select candidate of choice and vote.

Screenshot 1

3) Goto url http://localhost:3000/results.html to view results.

Screenshot 1

About

A voting system on ethereum blockchain to eliminate the existing faulty EVMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published