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.
Subcommands
Section titled “Subcommands”Show the active address
Section titled “Show the active address”sui-runner wallet addressPrints the address currently active in the Sui client (equivalent to sui client active-address).
List all addresses
Section titled “List all addresses”sui-runner wallet listLists every address stored in your keystore (equivalent to sui client addresses).
Create a new address
Section titled “Create a new address”sui-runner wallet newGenerates a new Ed25519 keypair and adds it to your keystore (equivalent to sui client new-address ed25519).
Quick Reference
Section titled “Quick Reference”| Subcommand | What it does |
|---|---|
wallet address | Show active address |
wallet list | List all addresses |
wallet new | Create a new Ed25519 address |