Skip to content

A dApp for maintaining patient records of all patients by any hospital in a single space created using Blockchain and IPFS.

Notifications You must be signed in to change notification settings

somesh-banerjee/Hospital-Records-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital-Records-Blockchain

Build at: HACKFORTOMORROW HACKATHON

Table of Contents:

Introduction

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.

Local Implementation

  1. Clone the Repo and istall dependencies
https://github.com/somesh-banerjee/Hospital-Records-Blockchain.git
cd Hospital-Records-Blockchain/frontend/
npm install
  1. 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.
  2. Install metamask in your browser and log into your metasmask account.
  3. Run the local webserver with any port.
npm start

Technology Stack

  1. Ethereum Blockchain
  2. Solidity
  3. Web3 JS
  4. IPFS
  5. Metamask Wallet
  6. React JS

Features

  1. Decentralized Database for all reports of patients which can be easily accessible by all the hospitals.
  2. As we are storing the Records in blockchain and IPFS it will be untampered by any entity.
  3. No need to provide any proof of authenticity, as the records are in blockchain.

Screenshots and Video

Home page Register page Hospital page Patient Page Uploading Document

Contributors:

Team Name: cryptocoders

About

A dApp for maintaining patient records of all patients by any hospital in a single space created using Blockchain and IPFS.

Topics

Resources

Stars

Watchers

Forks