Client CLI

Client CLI

The xe binary replaces the separate cli, xe-tool, and xe-lease-tool binaries. Client commands (wallet, send, receive, fund, lease, etc.) work against any node's HTTP API via the XE_NODE environment variable — no need to run a full node.

shell
# Set the node to connect toexport XE_NODE=https://ldn.core.test.network # All client operationsxe wallet createxe wallet balancexe fund 10xe send <addr> <amount>xe receivexe providersxe lease --duration 300xe ssh <hash>

See xe CLI Reference for the full command listing.