CLI
Command-line tools for nodes and clients
XE ships a single CLI binary, xe. It both runs a node daemon (xe node) and acts as a wallet-side client against any node's HTTP API — the client commands need no local node, just XE_NODE.
- Node CLI — the full
xecommand and flag reference: running a node, wallet, transfers, compute leasing, reputation, and signing tools. - Client CLI — a note on the removed standalone client binaries and where their commands went.
For the underlying primitives the CLI builds on — block encoding, hashing, signatures, and proof of work — see the Technical Reference.