Giter VIP home page Giter VIP logo

building-a-celo-based-decentralized-medical-record-system's Introduction

Decentralized Medical Record System on Celo

This repository contains the source code for a decentralized medical record system built on the Celo blockchain. The application allows doctors to create, view, and update medical records for patients while ensuring data integrity and privacy.

The system utilizes smart contracts written in Solidity, a frontend built using React, and integration with the Celo network through the Celo SDK and Celo Extension Wallet.

Table of Contents

Getting Started

These instructions will guide you through the process of setting up and running the decentralized medical record system on your local machine for development and testing purposes.

Prerequisites

Before you proceed, ensure that you have the following software installed on your system:

Installation

  1. Clone the repository
git clone https://github.com/yourusername/decentralized-medical-record-celo.git
cd decentralized-medical-record-celo
  1. Install the dependencies
npm install
  1. Create a .env file in the root directory of the project and add your Celo private key and DataHub RPC URL:
CELO_PRIVATE_KEY=<your-celo-private-key>
CELO_RPC_URL=<your-datahub-rpc-url>

Running the Application

  1. Compile and deploy the smart contracts
truffle compile
truffle migrate --network celo
  1. Start the React development server
npm start
  1. Open a browser and navigate to http://localhost:3000. Make sure you have the Celo Extension Wallet installed and configured with a Celo account.

  2. Interact with the application to create, view, and update medical records.

Built With

  • Celo - The blockchain platform
  • Solidity - The smart contract programming language
  • React - The frontend library
  • Truffle - The development and testing framework
  • OpenZeppelin - The library for reusable smart contract components

Next Steps

Refer to the Next Steps section in the tutorial for ideas on how to expand and improve the application.

building-a-celo-based-decentralized-medical-record-system's People

Contributors

lanacreates avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.