Skip to content
View XENOr-god's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report XENOr-god

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
XENOr-god/README.md

XENOr

XENOr is a deterministic, simulation-first research stack. If you are landing cold on GitHub, start with xenor-site for the public overview, then move into xenor-core, xenor-sim, and xenor-engine depending on which layer you need.

Status

The current public stack is active, but not uniformly production-ready.

  • Active public surfaces: xenor-site, xenor-core, xenor-sim, xenor-engine
  • Experimental native lab: xenor-native
  • Archived historical repo: xenor-sale
  • Experimental and research-stage work is labeled in each repository README

Start Here

  1. xenor-site / https://xenor.xyz The canonical public surface and the best first stop for newcomers.
  2. xenor-core The core logic layer.
  3. xenor-sim The validation layer built around xenor-core.
  4. xenor-engine The canonical deterministic substrate.
  5. xenor-native The experimental native lab for low-level incubation work that may later graduate into xenor-engine.
  6. xenor-sale Archived historical work kept only as launch research context.

Why This Repo Exists

This profile repository is the GitHub entry point for the XENOr stack. Its job is to point first-time visitors to the right repository quickly and to make the active vs experimental vs historical boundaries obvious.

Relationship to the XENOr Stack

  • xenor-site is the canonical public surface
  • xenor-core is the core logic layer
  • xenor-sim is the validation layer on top of xenor-core
  • xenor-engine is the canonical deterministic substrate
  • xenor-native is the experimental native lab
  • xenor-sale is archived historical work and not part of the active path

Quick Start

  • Open https://https://xenor-web.vercel.app/ first if you want the public overview.
  • Open xenor-core next if you want the main protocol logic.
  • Open xenor-sim if you want to see how validation runs are modeled around xenor-core.
  • Open xenor-engine if you want the canonical deterministic substrate and replay/snapshot work.
  • Open xenor-native only if you want the experimental native lab and low-level incubation work.

Repository Boundaries

  • This profile repo is a navigation surface, not a product or protocol repo.
  • It should not duplicate architecture detail that already lives in xenor-site, xenor-core, xenor-sim, or xenor-engine.
  • It should make the stack easier to enter, not act as a parallel documentation site.

Related Repositories

Contributing

No standalone contributing guide is currently published in this repository. Use issues or pull requests directly for navigation or wording fixes.

License

No standalone license file is currently published in this repository.

Pinned Loading

  1. xenor-core xenor-core Public

    Deterministic execution core for XENOr protocol logic.

    Rust

  2. xenor-sim xenor-sim Public

    Scenario and validation layer for XENOr protocol behavior.

    Rust

  3. xenor-site xenor-site Public

    Canonical public surface and repository map for the XENOr stack.

    TypeScript

  4. xenor-engine xenor-engine Public

    Deterministic engine substrate for replay and snapshot validation.

    Rust