Standalone CLI Client¶
Deprecated
The standalone CLI client (cmd/cli/) has been removed. All functionality is now in the unified xe CLI. See the xe CLI Reference.
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.
# Set the node to connect to
export XE_NODE=https://ldn.core.test.network
# All client operations
xe wallet create
xe wallet balance
xe fund 10
xe send <addr> <amount>
xe receive
xe providers
xe lease --duration 300
xe ssh <hash>
See xe CLI Reference for the full command listing.