-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
BackendbackendbackendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
When our Soroban smart contract updates the status of a medical claim directly on-chain, our off-chain database needs to stay synchronized.
Acceptance Criteria
- Implement a long-polling or subscription service interfacing with Stellar Horizon.
- Filter events specifically for our deployed Smart Contract IDs.
- When an
AdjudicationCompleteequivalent event is emitted, update the correspondingMedicalClaimstatus in PostgreSQL. - Ensure idempotency (we don't process the same event twice if the service restarts).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendbackendbackendenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers