This is a doctor-patient medical record app, a simple blockchain identity app for creating medical record to share with doctors or request medical reports from patients. Patients own medical record and has the ability to share with specific doctors or providers. Patients can grant or revoke access to their records anytime.
It uses solidity smart contracts on ethereum testnet to create, request and grant access to medical record.
View live App http://206.189.211.129/
git clone https://github.com/sanjay-shah/mBlock.git
cd mBlock
npm install
Install MetaMask https://metamask.io/
npm run serve
npm run build
npm run test
npm run lint