Skip to content

Latest commit

Β 

History

History
67 lines (37 loc) Β· 1.5 KB

File metadata and controls

67 lines (37 loc) Β· 1.5 KB

Health-chain-stellar

HealthDonor Protocol is an open-source platform built on Stellar Soroban smart contracts that enables transparent health donations, secure fund escrow, and immutable healthcare supply chain tracking.

The protocol is designed for blood donations, medical supplies, vaccines, and healthcare funding, ensuring that every donation is:

Traceable

Auditable

Released only when real-world conditions are met

🎯 Problem Statement

Healthcare donation systems today suffer from:

❌ Lack of transparency

❌ Centralized control and trust issues

❌ Poor donor visibility into impact

❌ Limited auditability of supply chains

Donors often cannot verify:

Where funds go

Whether supplies reach recipients

If medical standards are followed

βœ… Solution

HealthDonor Protocol leverages Stellar + Soroban smart contracts to provide:

πŸ” On-chain escrow for medical donations

πŸ“Š Donor impact tracking

🧾 Immutable healthcare supply chain events

πŸ₯ Verified healthcare actor registry

πŸ•’ Time-locked fund releases

πŸ”’ Privacy-preserving donor identifiers

All critical actions are enforced by smart contracts, reducing fraud and manual intervention.

Getting Started

Local Development Setup

For contributors, we provide a Docker Compose stack for easy local development:

# Start Postgres + Redis
docker-compose up -d

# Setup backend
cd backend
npm install
npm run start:dev

See DOCKER_SETUP.md for detailed instructions and optional development tools.