mxnode is live
mxnode is the new operator CLI for running MultiversX nodes. Install it with one shell line and go from a fresh Linux box to a running multikey squad in eight commands. Highlights:- One install command for every shape. Multikey is by-design 4-shard —
mxnode install --role multikeyis enough;--squadis implicit. Validators and observers opt into the squad layout with--squad. - Auto-init on first use — no separate
initstep. Auto-detects$USER/$HOME, defaults to mainnet - Multikey + backup: distributes
allValidatorsKeys.pemto every node with0600perms, stampsRedundancyLevelfor backup machines (--backupfor level 1,--backup Nfor higher) - Self-healing upgrades: stale
inflight.tomlfrom a crashed previous run auto-clears at the next invocation; no manualunlockneeded - Auto-installs Go 1.22+ when missing or out of date (only clobbers
/usr/local/gowhen mxnode owns it) - Full cleanup that removes every byte mxnode wrote, including binstore + state + config
- Statically-linked musl Linux binaries with sha256-verified release tarballs
Rust Gateway is live
The XOXNO Gateway serves traffic athttps://rust-gateway.xoxno.com with full documentation:- 80 RPC endpoints covering accounts, transactions, blocks, network, VM queries, validators, and more
- Shard-aware routing with automatic observer selection
- In-flight request deduplication and TTL caching
- Drop-in replacement for the standard MultiversX Go proxy
- Interactive API reference with playground for all endpoints
XOXNO developer documentation
Launched the developer documentation site built with Mintlify, covering:- Transaction Relayer: broadcasting, gas statistics, network stats, account subscriptions
- DEX Aggregator: swap routing, quote endpoint, integration guide
- Interactive API reference with playground
- WebSocket protocol reference

