Operator tooling

xchain-node

One command to install and run the entire platform.

Where it fits

Node CLI Docker Coin nodes · all services

One command installs and runs the entire platform as containers.

What it is

xchain-node is the operator's CLI. It downloads, configures, and manages every service (including the underlying coin nodes) as Docker containers, with a live terminal dashboard.

How it fits into the platform

It is how the whole platform gets deployed. A single installation can run multiple chains and networks at once.

What it can do

  • Installs coin nodes + all services as containers
  • Consistent naming and DNS-based service discovery
  • Create / start / stop / update / monitor operations
  • Live terminal status dashboard (TUI)
  • Manages multiple chains and networks at once

Under the hood

  • Docker Engine API
  • Blessed terminal UI

← All components