rhizoCrypt
Content-addressed DAG
Ephemeral content-addressed DAG — Merkle trees, IPLD-compatible blocks, and garbage collection. Handles short-lived data like build artifacts and session state.
36,280lines of Rust
1,512test functions
171files
5crates
Tier: post-nucleus
Capabilities
| Category | Primitives |
|---|---|
| DAG | Content-addressed (BLAKE3), lock-free concurrency (DashMap), IPLD-compatible |
| Slice Modes | Copy, Loan (auto-revoke), Escrow (conditional), Mirror (sync), Consignment (delegated), Provenance (read-only) |
| Lifecycle | Dehydration to loamSpine for permanence, ephemeral by intent, session-scoped GC |
Composes Into
Memory & Attribution Stack (with loamSpine + sweetGrass), RootPulse (ephemeral layer)