Skip to main content

Design & Architecture

Synced from the repository

This page mirrors docs/wiki/Design-and-Architecture.md in the auki-sdk repo (branch develop). The repository is the source of truth.

This section is for engineers reading or contributing to the Auki SDK source. It frames the in-repo documentation for a wider audience.

Where to start

  • The Five Questions — the architectural backbone (Identity / Spatial / Temporal / Networking / Tokenomics)
  • Glossary — long-form companion to GLOSSARY.md, with code refs and common confusions per term
  • Crate map — what each Rust crate does, in narrative form

In-repo documentation

The repo holds frozen-in-time design records for major changes:

Release / tag history

git tag --list --sort=-v:refname shows the current set; git show vX.Y.Z is the authoritative annotated-tag message.

Authoritative spec

Contributing