Regional Starter Pack

Stellar Regional Starter Pack

A toolkit and reference implementation for building fiat on/off ramps on the Stellar network. Includes a portable anchor library, three pre-built integrations, and a composable SEP protocol library.

What's Inside

Portable Anchor Library

Framework-agnostic TypeScript clients in src/lib/anchors/. No SvelteKit imports — copy into any project.

Three Pre-Built Integrations

Etherfuse, AlfredPay, and BlindPay — each implementing the shared Anchor interface with different capabilities.

SEP Protocol Library

Composable implementations of SEP-1, 6, 10, 12, 24, 31, and 38 for building against any SEP-compliant anchor.

Live Demos

Working on-ramp and off-ramp flows you can test right now with each anchor provider in sandbox mode.

How to Use It

1

Clone & Configure

Clone the repo and add your anchor API keys to the environment.

2

Try the Demos

Run the app and test on-ramp and off-ramp flows with each anchor in sandbox mode.

3

Copy the Library

Copy src/lib/anchors/ into your own TypeScript project.

4

Build Your Own

Implement the shared Anchor interface for your own use case.

For Developers

  • View source on GitHub
  • Portable anchor library — copy src/lib/anchors/ into any TypeScript project
  • Built with SvelteKit, Svelte 5, and Tailwind CSS
  • SEP protocol library included (SEP-1, 6, 10, 12, 24, 31, 38)