tko22 / eth-voting-dapp

decentralized voting application built on the ethereum blockchain utilizing solidity smart contracts

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

decentralized voting application built on the ethereum blockchain utilizing solidity smart contracts


Languages

Language:JavaScript 76.3%Language:HTML 23.0%Language:CSS 0.7%