Technical_Record_v4.2
ID: 0xDEVNET
LOCAL DEVNET CONFIGURATION
Setting up a private sovereign zone for testing lattice consensus and WASM contract propagation.
DEVNET ORCHESTRATION
The Zeqron Devnet is a single-node or multi-node local cluster that mimics the production Sovereign Mesh. It is essential for testing sharding geometry and PQC-Handshake flows before mainnet deployment.
QUICK START
If you have the Zeqron CLI installed, simply run:
bash_BUFFER
zeqron devnet start --n-nodes 4 --topology meshThis will spin up 4 containerized nodes in a local Docker network, connected via the Ghost-Sync protocol.
CONFIGURATION SPEC (zeqron.yaml)
yaml_BUFFER
network:
zone: "0x42_LOCAL"
p2p_port: 30333
rpc_port: 9944
consensus:
protocol: "ghost-sync"
sharding_enabled: true
min_peers: 1
security:
pqc_mode: "ML_KEM_768"
vault_path: "~/.zeqron/vault"TELEMETRY ACCESS
Once the devnet is active, you can access the local telemetry dashboard at http://localhost:9000. This provides real-time EPS (Events Per Second) and BlockDAG visualization.
Operational Guide // Zeqron Core Infra
Was this directive helpful?
Feedback is logged to the immutable ledger.