GabsGear / eleica-blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Voting DApp

A decentralized voting application built on the Ethereum blockchain A boilerplate for building Dapps with webpack - https://github.com/tko22/truffle-webpack-boilerplate

Dependencies:

Setup

npm install -g truffle
git clone https://github.com/tko22/eth-voting-dapp.git
cd eth-voting-dapp
npm install

Then, open up a new terminal tab:

truffle develop
> compile
> migrate

Go back to your previous tab:

npm run dev

About


Languages

Language:JavaScript 83.0%Language:HTML 16.5%Language:CSS 0.5%