FIRMACHAIN
OFFICIAL WEBMEDIUMTELEGRAMREDDIT
  • Overview
  • # NODE & VALIDATORS GUIDE
    • Run a full node
      • Specification
      • OS package settings
      • Installation firmachaind
      • Upgrade your node
      • Join a FirmaChain network
        • Snapshot
        • Syncing from genesis
        • State sync
      • Run a Cosmovisor
        • Guide
        • Example
      • Run a System Deamon
    • Validator
      • Management key
      • Register a validator
      • Edit a validator
      • Unjail
      • FAQ
    • Genesis Validator
    • History
      • Upgrade Mainnet
      • Reward Testnet (Terminated)
        • Participate
        • Test app
  • # DEVELOPER
    • EndPoints
    • firma-js
    • firmachaind
      • commands
      • sub commands
        • keys
        • query (q)
        • transaction (tx)
    • Modules
      • Contract
        • Log
        • File
        • Bulk Insert
        • Utils
      • NFT
        • Usage
        • Bulk Insert (minting)
        • Utils
      • Token
        • Usage
        • Utils
  • # General Guide
    • Station
    • Ledger
      • Install
      • Usage on FirmaStation
      • Usage on FirmaChain-CLI
Powered by GitBook
On this page
  • To generate a key
  • 1. Generate New Key
  • 2. Restore using private mnemonic
  • Check the list of Keys
  • Delete Key
  1. # NODE & VALIDATORS GUIDE
  2. Validator

Management key

This document is a how-to-guide on creating and managing keys.

To generate a key

You can generate and restore Keys using the following methods.

1. Generate New Key

A new key is generated and a mnemonic is also generated at the time.

firmachaind keys add <keyname> --coin-type 7777777

2. Restore using private mnemonic

Restore private key using mnemonic.

firmachaind keys add <keyname> --recover --coin-type 7777777

Check the list of Keys

Check the list of private keys using the following command.

firmachaind keys list

Delete Key

Using the command provided below, delete <keyname> from the private key list.

firmachaind keys delete <keyname>
PreviousValidatorNextRegister a validator

Last updated 5 months ago