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.
Ensure that the smart contract repository and this repository are in the same directory level, especially when deploying contracts locally.
-
Clone the repository:
git clone https://github.com/myriad-org/client cd client yarn
-
Start the development server:
yarn dev
To run the project in Gitpod (cloud-based), you can skip the local installation.
- Deploy your contracts to local blockchain See smart contracts repository for more information on this.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
Also see, Detailed Project Report.