[list]: Viewing All Wallets

For a comprehensive overview of all your registered wallets and their details, the list command is indispensable:

$ basedcli wallet list

When you run this command, you'll receive an organized display listing all your wallets, complete with:

  • Name: A label you've assigned to each wallet for identification purposes.

  • Personalkey: The primary key tied to wallet balances, enabling transactions.

  • Computekey: Dedicated to computational interactions within the network, separate from the management of finances.

Keeping track of multiple wallets and their corresponding keys is facilitated by this command, ensuring that you can swiftly switch between wallets or verify their statuses in an efficient manner.

Last updated