Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 509 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 509 Bytes

Ethereum Voting DApp

A decentralized voting application built on the Ethereum blockchain

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