deepjyotiroy079 / eth-election-dapp

A simple voting app using DApps and Ethereum Blockchains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Election-DApp

Usage

  1. Simply clone the repo.

  2. cd into the project directory and type

    npm install

  3. start Ganache

  4. In the terminal type

    truffle migrate --reset

  5. configure the metamask plugin with the browser

  6. Run the server by typing

    npm run dev

About

A simple voting app using DApps and Ethereum Blockchains

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.7%