Skip to content

mszal449/blockchain-database

Repository files navigation

Blockchain-Based Medical Facility Database

This project is a simplified blockchain-based database for medical facilities. It integrates an external database to store keys for patients and doctors, allowing:

  • Doctors to add encrypted transactions (e.g., medical records) to the blockchain.
  • Patients to securely access their records.

All transactions are encrypted, ensuring only the doctor and the patient can read the data.

Features

  • Patient Records Management: Store and access medical records with full encryption.
  • Traceability: Every change to the database is tracked on the blockchain.
  • Access Control: Role-based access for doctors, patients.
  • Console Application for Management: A userfriendly console application to interact with the blockchain system.

Installation and Setup

Follow these steps to get the project up and running:

1. Clone the Repository

git clone https://github.com/mkrzysiek24/blockchain-database.git
cd blockchain-database

2. Install Requirements

pip install -r requirements.txt

3. Run the Application

python -m database

About

Simplified blockchain database implementation for medical facilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages