Skip to content
@ReliefChain-Alliance

ReliefChain Alliance

ReliefChain Alliance is a humanitarian technology initiative that combines satellite communication and blockchain transparency to strengthen disaster relief
  • India

ReliefChain Alliance

Satellite and Blockchain for Transparent and Resilient Disaster Relief

About Us

ReliefChain Alliance is a humanitarian technology initiative that combines satellite communication and blockchain transparency to strengthen disaster relief supply chains.

When traditional infrastructure breaks down, ReliefChain Alliance ensures that aid continues to move—reliably, securely, and transparently—from donors to survivors.

Our mission is clear:

  • Deliver aid faster and more effectively
  • Eliminate fraud and misallocation
  • Build trust through full transparency

The Problem

Disasters expose major gaps in relief delivery:

  • Communication networks fail when cell towers go down.
  • Donors have no visibility into how their contributions are used.
  • Supplies risk being diverted, delayed, or lost.
  • Agencies often struggle to coordinate without real-time data.

These gaps cost time, resources, and, most critically, lives.

Our Solution

ReliefChain Alliance integrates resilient communication and transparent record-keeping to create a trustworthy relief ecosystem:

  • Satellite Connectivity – Works even when local networks fail.
  • Blockchain Transparency – Every transaction and delivery is recorded immutably.
  • Real-time Supply Tracking – GPS-enabled packages monitored through satellite.
  • Donation Accountability – Donors can see exactly how their support is used.
  • Multi-Role Platform – Governments, NGOs, distributors, and beneficiaries work together on one system.

Technology Stack

  • Frontend: React, Web3.js, Tailwind, Leaflet Maps
  • Backend: Node.js, Express, MongoDB, Redis, Socket.io
  • Blockchain: Ethereum (Hardhat, Solidity, OpenZeppelin)
  • Satellite: Python integrations with Iridium, Inmarsat, and other networks
  • Mobile: React Native, with offline-first design for field operations
  • Infrastructure: Docker, Kubernetes, GitHub Actions

Getting Started (For Developers)

Prerequisites

  • Node.js 18+
  • Python 3.8+
  • Git
  • Docker (recommended)

Setup

git clone https://github.com/ReliefChainAlliance/reliefchain.git
cd reliefchain

Install dependencies for backend, frontend, and contracts:

cd backend && npm install && cd ..
cd frontend && npm install && cd ..
cd contracts && npm install && cd ..

Run the System

  1. Start a local blockchain:

    cd contracts
    npx hardhat node
  2. Deploy contracts:

    cd contracts
    npx hardhat run scripts/deploy.js --network localhost
  3. Start the backend API:

    cd backend
    npm run dev
  4. Start the frontend dashboard:

    cd frontend
    npm start

Access the Application

Key Features

  • Disaster event management with priority zones
  • Supply chain tracking from donor to beneficiary
  • Transparent fund allocation with real-time reporting
  • Multi-stakeholder collaboration (governments, NGOs, donors, distributors, and beneficiaries)
  • Satellite integration for communication and tracking during blackouts

Real-World Impact

ReliefChain Alliance is designed to:

  • Reduce response times from days to hours
  • Eliminate fraud with fully transparent supply chains
  • Improve coordination between relief organizations
  • Strengthen donor trust by showing direct impact
  • Save lives through faster, more reliable delivery of aid

Contributing

We welcome contributions from developers, researchers, NGOs, and humanitarian professionals.

  1. Fork the repository
  2. Create a feature branch
  3. Add your improvements with tests
  4. Submit a pull request

License

This project is licensed under the MIT License – see the LICENSE file for details.

Contact

For operational use in disaster relief, contact: emergency@reliefchain.org

ReliefChain Alliance is built on the belief that transparency and technology can save lives when it matters most.

Popular repositories Loading

  1. .github .github Public

Repositories

Showing 1 of 1 repositories

Top languages

Loading…

Most used topics

Loading…