/voting

Primary LanguageJavaScript

Voting

This is a relatively simple dApp built on top of Truffle and OpenZeppelin.

Demo

Installation

  • Clone this repo
  • Start local ethereum node (for example testrpc).
  • Compile and deploy the contract with truffle migrate
  • Run the webapp with npm run dev, which you can open on browser with http://localhost:8080