Skip to content

Design and Architecture

github-actions[bot] edited this page May 28, 2026 · 4 revisions

Design + Architecture

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 (stub)

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

Clone this wiki locally