Skip to content

Introduction

@aephia/sage is a TypeScript SDK for reading the state of Star Atlas SAGE C4, the version of the game running on the z.ink public test realm.

Terminal window
pnpm add @aephia/sage @solana/kit

It turns raw on-chain accounts into typed, validated TypeScript values. Instead of fetching an account, working out which layout applies, and decoding bytes, you ask for a fleet and get a fleet.

The SDK is read-only. It does not sign transactions, submit instructions, move assets, or hold keys. That is a deliberate boundary, not a missing feature. Everything you can do with this SDK is safe to run against live game data.

Developers building tools, dashboards, and bots around Star Atlas — including those who are new to Solana, and those working alongside an AI assistant.

This page is a placeholder while the site is scaffolded. The full introduction, the guided first read, and the interactive examples arrive in the next phases.