Medera aims to revolutionize healthcare by leveraging the power of distributed ledger technology (DLT). Using the Hedera network, we ensure secure, transparent, and decentralized healthcare solutions.
Service | URL | Description |
---|---|---|
Medera Clinic Frontend | https://medera-clinic-frontend.vercel.app | The frontend service for the Medera Clinic project. Email: doctor@medera.com Password: Password@1 |
Medera Pharmacy Frontend | https://medera-pharmacy-frontend.vercel.app | The frontend service for the Medera Pharmacy project. Email: pharmacy@medera.com Password: Password@1 |
Medera Mobile Wallet | Medera Mobile Wallet APK | The mobile wallet for the Medera project. |
Medera Backend | https://medera-backend.onrender.com/api | The backend service for the Medera project. |
Medera Trust Registry | https://hashscan.io/testnet/contract/0.0.5256922 | The TrustRegistry is a smart contract that provides functionality for managing a registry of Hedera DIDs. |
Note: To ensure the demo works seamlessly, head over to the hosted backend and ensure the application is up and running by observing the response for these three endpoints /agent/agentDetails, /doctor/agentDetails and /pharmacy/agentDetails to ensure the backend is brought into cache by the hosting provider
Note: Each of the following repositories contains detailed information about the project, including installation instructions and more.
- The Hedera Credo Module is a TypeScript library that integrates the Hedera Consensus Service with the Credo framework, enabling developers to build decentralized applications (dApps) that leverage Hedera's fast, fair, and secure consensus mechanism. It also facilitates Self-Sovereign Identity (SSI) solutions by allowing the creation and resolution of decentralized identifiers (DIDs).
- The TrustRegistry is a smart contract that provides functionality for managing a registry of Hedera DIDs (Decentralized Identifiers) and their associated resources. Resources can include schemas, URLs, or other relevant metadata. The contract enables adding, removing, and retrieving resources linked to specific DIDs while maintaining an organized list of all DIDs.
- This repository contains the backend service for the Medera project, a healthcare solution built using the Hedera Hashgraph platform. The application is developed using NestJS, providing a scalable, efficient, and modular backend framework.
- This repository contains the frontend service for the Medera Clinic project, a healthcare solution built using the Hedera Hashgraph platform. The application is developed using Next.js and Tailwind CSS, providing a modern, responsive, and user-friendly interface.
- This repository contains the frontend service for the Medera Pharmacy project, a healthcare solution built using the Hedera Hashgraph platform. The application is developed using Next.js and Tailwind CSS, providing a modern, responsive, and user-friendly interface.
- This repository contains the mobile wallet for the Medera project, a healthcare solution built using the Hedera Hashgraph platform. The application is developed using React Native.(We have started the development of the Medera mobile wallet from the adeya-wallet repository and proceed to make the changes to the codebase to suit the requirements of the hackathon and to add the functionalities required for the hackathon for the hedera credo Module and hbar payment module.)