genesis-multiverse 0.1.1

Public crate namespace for the Genesis Protocol simulation ecosystem. Canonical metadata, experiment totals, and repository linkage for the 13-crate deterministic macroeconomic simulation engine.
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented0 out of 0 items with examples
  • Size
  • Source code size: 6.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • FTHTrading/Genesis
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FTHTrading

genesis-multiverse

Public crate namespace for the Genesis Protocol simulation ecosystem.

This crate is a canonical entry point — it publishes authoritative metadata constants and links to the full 13-crate engine. It is not the engine itself.

What This Crate Is For

  • Namespace ownership for the genesis-multiverse package on crates.io
  • Canonical constants — experiment totals, world counts, test counts, crate count
  • On-ramp into the full repository, paper, and replication protocol

What This Crate Does NOT Contain

The simulation engine, experiment runner, deterministic replay, econometric analysis, and all runtime code live in the full workspace:

Full engine → https://github.com/FTHTrading/Genesis

Current Scale (full engine)

Metric Value
World simulations 6,820
Experiment configurations 44
Engine crates 13
Tests 403 (396 passing, 7 long-run validations)
Source lines 26,581 Rust
Collapses at P_floor=3 0
Phase transition zone floors 5–10
DOI 10.5281/zenodo.18729652

Constants Exported

pub const ENGINE_WORLDS: u32 = 6820;
pub const ENGINE_EXPERIMENTS: u32 = 44;
pub const ENGINE_CRATES: u32 = 13;
pub const ENGINE_TESTS: u32 = 403;

Replication Challenge

The replication challenge is open. Clone the repo, run the experiments, compare hashes.

git clone https://github.com/FTHTrading/Genesis.git

cd Genesis

cargo test --release --workspace

cargo run --release --bin run_experiments

Full protocol: REPLICATION_LEADERBOARD.md

Links

License

MIT