Docs chevron_right Introduction

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.

replay

Durable Retries

Ledger congestion or Horizon RPC timeouts trigger automatic exponential backoff retry loops.

save

Postgres Persistence

Checkpoints state transitions to database storage so workflow progress is preserved through restarts.

security

HMAC Webhooks

Webhook callbacks use HMAC-SHA256 signature validation for secure asynchronous state updates.

check_circle Copied to Clipboard!