Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 431 Bytes

vaccine_distribution_network

A decentralized Ethereum application for tracking the distribution of vaccinations.

Requirements: Get Node here: https://nodejs.org/en/ Get Ganache here: https://www.trufflesuite.com/ganache Get MetaMask here: https://metamask.io/

With Ganache running, and MetaMask connected to the Ganache RPC:

  1. Clone this repository
  2. npm install truffle -g
  3. npm install
  4. truffle migrate
  5. npm run dev