/solidityVoting

Simple Voting Dapp

Primary LanguageJavaScript

Solidity Voting Dapp

Example solidity dapp built with webpack and Truffle.

Building and the frontend

  1. First run truffle compile, then run truffle migrate to deploy the contract onto your network of choice (default "development").
  2. Then run npm run dev to build the app and serve it on http://localhost:8080