Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 387 Bytes

voting

A simple blockchain DAPP used for voting including many features using Solidity, HTML and JavaScript. For education purposes.

Pre requirements

Install Ganache and Metamask extention

Installation

npm install
truffle migrate

Running app

Import an account from ganache to metamask and connect it. After this in the terminal :

npm run dev