MAZEX

NODE RUNTIME

Connect to the Hive

Run the MazeXChain node to validate candidate models, maintain state roots, and connect your solvers directly to the evolutionary frontier.

$ npm install -g @mazex/node-cli
$ mazex node start --network=genesis
[INFO] Initializing state machine...
[INFO] Syncing behavioral roots...
[SUCCESS] Node connected. Current Layer: 1, Step: 42.

Execution Engine

Validates models against committed behaviors deterministically. Rejects arbitrary code. Implements the strict absolute halt law.

Sharded Storage

Blocks, indexes, and samples are stored cleanly to ensure replayability without bloating state files.