Skip to content

Repository files navigation

AURA

Classification: IMPLEMENTATION

The canonical documentation set is exactly the 25 files under docs/authoritative/. This set contains 20 protocol-definition documents plus 5 supporting/specification documents.

Quick Start (3 Commands for Reviewers)

git clone <repository-url> && cd AURA
cargo build --workspace
bash scripts/verify_repo_truth.sh

Start Here

  1. Root Authority: docs/authoritative/AURA_SINGLE_PATH_COMMITMENT_SYSTEM_V2.md
  2. Document Registry: docs/authoritative/AURA_BUILD_SOURCE_OF_TRUTH.md

Document Hierarchy

  • ROOT AUTHORITY (1): AURA_SINGLE_PATH_COMMITMENT_SYSTEM_V2.md — Complete protocol spec
  • ACTIVE AUTHORITY (15): Core protocol layer documents (L0-L5)
  • VALIDATION (4): Invariants, failure classes, test registry, hardening log
  • FROZEN LEGACY (1): AURA_HASH_V1.md — Historical V1 identity

Quick Navigation

There is exactly one canonical pipeline.

Canonical Verification Path

For protocol verification, run these in order:

Step Command Purpose
1 bash scripts/verify_repo_truth.sh Full repository hardening and invariant verification
2 bash scripts/run_canonical_pipeline_v1.sh Canonical pipeline fixture execution with pin verification
3 cat reports/AURA_MANUAL_PIPELINE_WALK_V1.md Human-readable pipeline walkthrough output

Active Implementation Surfaces

Core Protocol (Frozen v1):

L2 Local Chain (Active Foundation):

Research / Non-Authority

Building from Source

Prerequisites:

  1. Rust — Version automatically managed via rust-toolchain.toml (currently 1.88.0)
  2. Node.js — >= 22.0.0 (specified in package.json engines)

Full verification (what CI runs):

# Build the workspace
cargo build --workspace

# Run the full verification suite
bash scripts/verify_repo_truth.sh

The verification script runs:

  • Repository hardening invariants
  • Frozen Solana MVP runtime tests
  • Active local proving foundation tests
  • Frozen v1 UDOT/SDK/CLI parity tests

About

A commitment-native protocol that produces provable, deterministic outcomes through a single canonical pipeline.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages