Skip to content

Latest commit

 

History

History
92 lines (64 loc) · 3.09 KB

README.md

File metadata and controls

92 lines (64 loc) · 3.09 KB

Table of Contents
  1. About
  2. Getting Started

Secure Healthcare Access Platform

This project aims to develop a secure and user-controlled platform for accessing healthcare details, empowering patients to control their healthcare information while ensuring privacy, security, and seamless interaction with healthcare providers. The platform leverages blockchain technology, smart contracts, and decentralized storage to facilitate secure data exchange and streamline healthcare processes.

A video demonstration of our project : G-Drive for video

(back to top)

Built With

The following technologies/libraries/dependencies are used.

(back to top)

Getting Started

This is an example of how to set up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Follow the below steps for installing and setting up the app locally

  1. Get a pinata API Key and a secret key at Pinata link

  2. Clone the repo git clone https://github.com/ktLearner/TRINIT_TechBrigade_WEB3.git

  3. Install NPM packages npm install

  4. Enter your API details in .env : VITE_PINATA_API_KEY = 'enter api key here' and VITE_PINATA_API_SECRET = 'enter secret key here'

(back to top)