Axelar command-line interface (CLI)

Some CLI commands require access to a fully synced Axelar node. Learn how to start your own Axelar node.

Some CLI commands require AXL tokens to pay for on-chain transaction fees. Get testnet AXL tokens from the Axelar faucets: testnet.

Use the Axelar CLI to execute cross-chain token transfers:

In addition to the Axelar-specific CLI features mentioned above, Axelar also offers the same basic set of CLI commands as any other Cosmos SDK project.

View the full CLI documentation for the latest node version, or choose a specific version:

💡

Tip: If you submit a transaction and encounter an out of gas error, use the following flags to set the gas manually.

--gas=auto --gas-adjustment=1.5
Edit this page