Skip to main content

Install Nara CLI

Nara CLI (naracli) is the command-line tool and SDK for interacting with Nara Chain. Use it to manage wallets, transfer tokens, participate in PoMI mining, and more.

Prerequisites

Installation

No global installation needed — run directly with npx:

npx naracli@latest address

The latest version is automatically downloaded and cached on first run. After that, simply use npx naracli.

Global Installation

If you prefer a global install:

npm install -g naracli

Then use the naracli command directly:

naracli address

Verify Installation

Run the following command to verify the installation:

npx naracli --version

Global Options

All commands support the following global options:

OptionDescriptionDefault
-r, --rpc-url <url>RPC endpoint URLhttps://mainnet-api.nara.build/
-w, --wallet <path>Wallet keypair file path~/.config/nara/id.json
-j, --jsonOutput in JSON format-

Next Steps

Once installed, head to Create a Wallet to generate your first Nara wallet.