Build at: HACKFORTOMORROW HACKATHON
Managing Patient documents across different Hospital is quite hassling. This Dapp, Hospital Blockchain Records helps in maintaining Patient's Medical history. Only Hospital authority has the priviledge to upload Medical documents for the patients registered in our system. For storing the files, we have used IPFS, which is a peer-to-peer distributed system.
- Clone the Repo and istall dependencies
https://github.com/somesh-banerjee/Hospital-Records-Blockchain.git
cd Hospital-Records-Blockchain/frontend/
npm install
- Create a Infura account and create a new project. Now copy the Project ID from settings Tab and paste it in the marked location in
/ethereum/web3.js
and/ethereum/deploy.js
files. - Install metamask in your browser and log into your metasmask account.
- Run the local webserver with any port.
npm start
- Ethereum Blockchain
- Solidity
- Web3 JS
- IPFS
- Metamask Wallet
- React JS
- Decentralized Database for all reports of patients which can be easily accessible by all the hospitals.
- As we are storing the Records in blockchain and IPFS it will be untampered by any entity.
- No need to provide any proof of authenticity, as the records are in blockchain.
Home page
Register page
Hospital page
Patient Page
Uploading Document
Team Name: cryptocoders