Home
Name Modified Size InfoDownloads / Week
banner.svg 2026-07-17 1.6 kB
overview.svg 2026-07-17 3.0 kB
Identity attestation standard 2026-07-17 2.1 kB
Physics baseline standard 2026-07-17 1.5 kB
Communication protocol standard 2026-07-17 1.6 kB
Global economic unified standard 2026-07-17 5.9 kB
constitution.py 2026-07-17 67.3 kB
compatibility_bridge.py 2026-07-17 3.7 kB
virtual_world.py 2026-07-17 7.1 kB
LICENSE 2026-07-17 10.3 kB
README.md 2026-07-17 3.8 kB
Totals: 11 Items   108.0 kB 0

SPL-VIRTUAL-WORLD-BASE banner

metaverse infrastructure constitution

Virtual World & Metaverse Infrastructure Foundation
## ✦ About

SPL-VIRTUAL-WORLD-BASE is the infrastructure framework for virtual worlds and metaverses, built on a three-layer architecture — Constitution, Law, and Bridge — providing a governable, interoperable, and evolvable runtime foundation for virtual spaces. It enables stable bridging and collaboration of assets, rules, and agents across different worlds.

SPL-VIRTUAL-WORLD-BASE overview

— ✦ —

✦ Quick Start

git clone git@github.com:NOHN-AI/SPL-VIRTUAL-WORLD-BASE.git
cd SPL-VIRTUAL-WORLD-BASE
# Pure Python ≥3.8 — standard library only, nothing to install
python virtual_world.py --init demo

— ✦ —

✦ Three-Layer Architecture

- **Constitution** (`constitution.py`) — the primordial axioms of the virtual world, permanently locked as the root trust anchor. Embeds a ported **cognitive-audit engine** (`ResponsibilityAccount` + pluggable `AuditPlugin`s) so every governance action is accountable. - **Law** (`law/`) — four standard layers: - *Communication protocol standard* - *Global economic unified standard* — currency, peg, proof-of-reserve, redemption - *Identity attestation standard* — soul-hash bound identity - *Physics baseline standard* — gravity / time / scale constants - **Bridge** (`compatibility_bridge.py`) — the only "customs" through which legacy worlds join Nohn territory: - `translate_intent()` — semantic wash: maps vendor-private instructions to the Nohn standard vocabulary, stripping hidden interpretation rights. - `check_physics_constants()` — rejects worlds whose physics constants diverge from `NOHN_LAW_AXIOMS`. - `verify_soul_hash()` — verifies identity against the soul-hash anchor. The runtime (`virtual_world.py`) wires these together with an `EconomySystem`, `TaskGenerator`, and `NohnAgent`.

✦ Project Structure

SPL-Virtual-world-base/
├── constitution.py              # world axioms + embedded cognitive-audit engine
├── compatibility_bridge.py      # legacy-world "customs": semantic wash + physics/soul checks
├── virtual_world.py             # runtime: economy, tasks, agents
├── law/                         # Communication / Economic / Identity / Physics standards
├── assets/                      # banner.svg, overview.svg
└── LICENSE

✦ License & Authorization

This repository is not open-source. Dual-track model: free for individual non-commercial research; paid commercial authorization required for government / enterprise. See LICENSE.

NOHN-AI  ·  nohnlins.com (www.nohnlins.com)  ·  ai@nohnlins.com

NOHN AI · SPL-VIRTUAL-WORLD-BASE

Source: README.md, updated 2026-07-17