Skip to content

Off-Chain Notification Event Webhooks via Indexer #288

@Luluameh

Description

@Luluameh

Background
Seekers and experts need real-time push/email notifications when sessions are requested, started, or disputed.
Goal
Build an event listener microservice that listens to Soroban events and triggers webhooks to off-chain notification services (e.g., Discord, Telegram, Email).
Acceptance Criteria

  • Microservice built in Node.js/TypeScript under services/notifier/.
  • Subscribes to Soroban RPC event stream for the contract ID.
  • Parses events and sends structured JSON webhooks to configured endpoints.
  • Retries with exponential backoff on webhook failures.
    Key Files
    services/notifier/index.ts, services/notifier/package.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions