Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 644 Bytes

Voting Dapp

Test app using web3 (v0.2.0) and truffle to track votes per candidate - made for learning purposes

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Make sure that you have the prequisites already installed

Prerequisites

  1. Install NodeJS (v 8.9.2)
  2. Install NPM (v 5.5.1)
  3. Install Truffle (npm i -g truffle)

Installation

git clone [email protected]:barbados-dev-meetups/voting-dapp.git [nameOfFolderOnLocalMachine]
$ npm install
$ npm run dev

Contributors