A BlockChain based solution for corruptionless distribution of Covid Vaccines through different levels of power.
- To check from the Hospital's perspective - https://covi-dapp.arnoob16.vercel.app/hospital
- To check from the State's perspective - https://covi-dapp.arnoob16.vercel.app/stateGov
- To check from the Central's perspective - https://covi-dapp.arnoob16.vercel.app/centralGov
- To track the transactions made - https://sukesh2000.github.io/coviDapp/
-
Pre-requisites:
- Node v 10+
- Install all the required libraries using the
npm install
command in your CMD.
-
Directions to execute
npm start
- The app will be visible on
localhost:3000
port of your local machine. - Go to the
/hospital
,/stateGov
,/centralGov
routes to check/perform transactions. - Go to the Transactions Page to view the transactions of a specific HashID.
- A star to the repository would be massive boost to a NOOB like us.