NordSternNordStern
Architecture

The platform owns the protocol. Your business logic stays yours.

NordStern runs the Stellar Anchor Platform for SEP-1/10/12/24, a TypeScript business server for the decisions it delegates, and a control plane that provisions a dedicated stack per anchor. Every external rail is an adapter behind an interface.

Principles

Why it's built this way

The legal and banking model for Indian anchors is still settling, so everything external — KYC, fiat-in, fiat-out, custody — is a swappable adapter with a working mock default. A concrete vendor never leaks into core flow logic.

Money movement is asynchronous and status-driven: state lives in the Platform database and is advanced by Platform API patches and the Observer, not by blocking request/response. Testnet is the default; going live is a deliberate config change.

Build on the platform.