Expand description
§Genesis Multiverse
Public crate namespace for the Genesis Protocol simulation ecosystem.
This crate is a canonical entry point, not the full engine. It publishes the project’s authoritative metadata constants and links to the complete 13-crate workspace where the actual simulation runs.
§What This Crate Contains
- Canonical experiment totals (worlds, configurations, tests, crates)
- Version and namespace ownership for the
genesis-multiversepackage name - Repository and documentation linkage
§What This Crate Does NOT Contain
The simulation engine, experiment runner, deterministic replay system, econometric analysis, and all other runtime code live in the full workspace:
https://github.com/FTHTrading/Genesis
§Current Scale (full engine)
- 6,820 parallel world-runs across 44 configurations
- 13 internal crates, 403 tests, 26,581 source lines
- Zero collapses at P_floor=3 (phase transition at floors 5–10)
- DOI:
10.5281/zenodo.18729652
§Replication Challenge
The replication challenge is open. Clone the repo, run the experiments, compare hashes. See the repository for the full protocol.
Constants§
- ENGINE_
CRATES - Total number of Rust crates in the full engine.
- ENGINE_
EXPERIMENTS - Total number of distinct experiment configurations.
- ENGINE_
TESTS - Total test count across all engine crates.
- ENGINE_
WORLDS - Total number of world-runs in the canonical experiment corpus.
- VERSION
- Current version of this crate.