Rapid Chain
  • WHITE PAPER
    • Introduction
    • Mission and Vision
    • Architecture
    • Highlights
    • Safety and Compliance
    • Usage Areas
    • A look to the Future
    • Summary and contact
  • Getting Started
    • Network Information
    • Setting Up a Connection
  • Developer Resources
    • Deploying Smart Contracts
    • Local Rapid Node
    • Resources
    • NFT & Token API
    • Token Deployer
    • Faucet
  • FULL NODE
    • Validator Guide
      • Wallet Commands
      • Validator Commands
      • Governance
      • Stake, Delegation & Rewards
    • Run a Rapid Node
      • System Configuration
      • Local dependencies
      • Build Rapidd
      • General Settings
      • Join Network
      • Running Rapidd
    • Run a Rapid Validator
      • Register a Validator
      • Restore a Validator
    • Auto Installation
      • Build Rapidd
      • Create Validator
Powered by GitBook
On this page
  1. FULL NODE
  2. Validator Guide

Wallet Commands

PreviousValidator GuideNextValidator Commands

Last updated 1 year ago

CtrlK

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

rapidd tx bank send <Sender Wallet Address> <Reciever Wallet Address>  <Token Amount>
  • Example ( 1 Rapid ) :

rapidd tx bank send rapid1frv4f9swgtjuf9z3l98nh95j3p5dp5d2y9vgsl rapid1l8lwtq429tnnsy6cqcjtp3jpvn9j84xhwl86px 1000000000000000000arapid

Check Wallet Balance

rapidd query bank balances <Wallet Name> 
  • Example :

rapidd query bank balances mywallet

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