exochain-core 0.2.0-beta

EXOCHAIN constitutional trust fabric — foundational deterministic types, HLC, crypto, BCTS state machine
Documentation

exo-core

Foundational crate for the EXOCHAIN constitutional trust fabric.

Determinism contract: this crate enforces absolute determinism.

  • No floating-point arithmetic.
  • BTreeMap only — HashMap is never exposed.
  • Canonical CBOR serialization for all hashing.
  • Hybrid Logical Clock for causal ordering.

All other EXOCHAIN crates depend on exo-core.