/VSCM

Blockchain Based Vaccine Supply Chain Management

Primary LanguageJavaScript

Blockchain Based COVID-19 Vaccine Supply Chain Management

Prerequisite

  • Node v 12.X
  • truffle
  • Ganache
  • Metamask in Google Chrome

Getting Started

Compiling smart contracts

sudo truffle compile

Migrating smart contracts to ganache

sudo truffle migrate

Working on front end

cd client
npm install # installing dependencies
npm start # starting developement server

Read More...