[create]: Setting Up a New Wallet

For creating a new wallet, which is essential for new users or when you're diversifying your wallet structure, execute the create subcommand:

$ basedcli wallet create
Enter wallet name (default): myNewExpenseWallet

Upon completion, you will get:

  • Personal Key Mnemonic: A series of words that can regenerate your personal key if necessary.

  • Compute Key Mnemonic: Similarly, a mnemonic for regenerating your compute key.

  • Encryption Password Prompt: Instructions to enter and confirm a secure password for encrypting your new keys.

It's of utmost importance to store these mnemonics securely and offline, as they provide full access to your wallet.

Last updated