Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 681 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 681 Bytes

Decentralized Voting using Blockchain

Prerequisite

Note : truffle and ganache should be installed globally

Installation

# Install dependencies
./install.sh <package-manager>
# or
npm i
cd ./frontend
npm i

Running

Note: Ensure ganache-cli is running at port 8545

# Run every time you start the app
./setup.sh
# or
truffle compile
truffle migrate

Start app by running npm run dev

App should be running on http://localhost:3000/

Test

npm test