Wallet Commands

Creating a Wallet

You can use the following command to create a new wallet. Remember to save the mnemonic phrase.

rapidd keys add <Wallet Name>
  • Example :

rapidd keys add mywallet

(OPTIONAL) To recover your wallet using the mnemonic phrase:

rapidd keys add <Wallet Name> --recover
  • Example :

rapidd keys add mywallet --recover

Show Wallet Address

rapidd keys show <Wallet Name> -a
  • Example :

 rapidd keys show mywallet -a

List of Existing Wallets

rapidd keys list

Delete Wallet

rapidd keys delete <Wallet Name>
  • Example :

 rapidd keys delete mywallet

Transferring Balance from Wallet to Wallet

  • Example ( 1 Rapid ) :

Check Wallet Balance

  • Example :

If you can't see your balance in your wallet, it's likely still syncing. Please wait for synchronization to complete and try again.

Last updated