Mesa Protocol SDK
Mesa is an open-source workflow orchestration engine built specifically for Stellar fintech applications. It sits between your application logic and the Stellar network, handling multi-step transactions, retries, SEP-10 anchors, and Soroban smart contract calls with durable state safety.
Durable Retries
Ledger congestion or Horizon RPC timeouts trigger automatic exponential backoff retry loops.
Postgres Persistence
Checkpoints state transitions to database storage so workflow progress is preserved through restarts.
HMAC Webhooks
Webhook callbacks use HMAC-SHA256 signature validation for secure asynchronous state updates.