/eth-election-dapp

A simple voting app using DApps and Ethereum Blockchains

Primary LanguageJavaScriptMIT LicenseMIT

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