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> --recoverExample :
rapidd keys add mywallet --recoverShow Wallet Address
rapidd keys show <Wallet Name> -aExample :
rapidd keys show mywallet -aList of Existing Wallets
rapidd keys listDelete Wallet
rapidd keys delete <Wallet Name>Example :
rapidd keys delete mywalletTransferring Balance from Wallet to Wallet
Example ( 1 Rapid ) :
Check Wallet Balance
Example :
Last updated