Skip to content

myriad-org/client

Repository files navigation

Myriad: Democratising Governance and Data Management

V1 (MediChain) can be found at: MediChain Repository

Myriad is a decentralized platform designed to give patients control over their medical data while allowing them to participate in healthcare governance via DAOs. This system ensures secure storage and sharing of medical data, leveraging blockchain technology for decentralized storage and encryption.

This repository houses the front-end for Myriad.


Built With


Getting Started

Requirements

Ensure that the smart contract repository and this repository are in the same directory level, especially when deploying contracts locally.

Quickstart

  1. Clone the repository:

    git clone https://github.com/myriad-org/client
    cd client
    yarn
  2. Start the development server:

    yarn dev

Optional: Gitpod

To run the project in Gitpod (cloud-based), you can skip the local installation.

Open in Gitpod


Locally Deploying

  1. Deploy your contracts to local blockchain See smart contracts repository for more information on this.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for details.

Contact

Also see, Detailed Project Report.