Skip to content

Latest commit

 

History

History
189 lines (134 loc) · 5.88 KB

README.md

File metadata and controls

189 lines (134 loc) · 5.88 KB

x

Logo

MediChain

Team 19 basic prototype implementation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

Product Name Screen Shot

Use the BLANK_README.md to get started.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Install metamask from [http://metamask.io] Setup hardhat

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com

  2. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages

    npm install
  4. Run the following commands

    npx hardhat node
  5. Run the following commands

    npx hardhat run --network localhost scripts/deploy.js
  6. Add the account in the metamask account

  7. Run the following command to deploy your contract to hardhat network

    npm run --deploy 
  8. Start the react server

npm start

(back to top)

Usage

Now you can upload the data and share it users. You need to approve a transaction in metamask for uploading and sharing your patient data.

For more examples, please refer to the Documentation

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @your_twitter - email@example.com

Project Link: https://github.com/your_username/repo_name

(back to top)