LaurenSpiegel / solidityVoting

Simple Voting Dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Voting Dapp


Languages

Language:JavaScript 79.8%Language:HTML 13.9%Language:CSS 6.3%