Skip to content

Wallet Management

The wallet command provides quick access to your Sui keystore directly from the CLI. It wraps the underlying sui client commands into a simpler interface.

Terminal window
sui-runner wallet address

Prints the address currently active in the Sui client (equivalent to sui client active-address).

Terminal window
sui-runner wallet list

Lists every address stored in your keystore (equivalent to sui client addresses).

Terminal window
sui-runner wallet new

Generates a new Ed25519 keypair and adds it to your keystore (equivalent to sui client new-address ed25519).

SubcommandWhat it does
wallet addressShow active address
wallet listList all addresses
wallet newCreate a new Ed25519 address