Skip to content

dshubhadeep/devote

Repository files navigation

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

About

Decentralized Voting using Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published