Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 438 Bytes

Blockchain Medical Record System

Full Project Demo

https://www.youtube.com/watch?v=JIswvyxmw3k&t=0s

Setup

  1. Download Metamask Extension from chrome
  2. Set your wallet to Rinkeby test network
  3. Get ETH from Rinkeby Faucet

How to Run System

npm run start

How to Run Tests

npm run test

Whenever there is a change in Solidity code, use these commands

cd ethereum
node compile.js
node deploy.js