keys
Last updated
This document provides instructions on key ring management. Features such as key add, key list and key delete are offered.
--coin-type refers to BIP-0044 type tokens. 7777777 refers to FirmaChain officially listed on satoshilabs.
Add account to to Send, Stake or Sign.
firmachaind keys add <keyname> --coin-type 7777777When you run the command, your wallet address, mnemonic and public key will be displayed. If you want to reconnect your wallet using your mnemonic, you can use the --recover flag.
firmachaind keys add <keyname> --coin-type 7777777 --recoverIf you want to add additional accounts using the same mnemonic, use can use the --account flag. You add numbers (0, 1, 2 …) at the end of the flag. If you are not using the --account option, the value will be set to the default value of 0.
firmachaind keys add <keyname> --coin-type 7777777 --account 1You can view all the keys registered on the key ring.
firmachaind keys listThis feature shows the details of a key by the key name or the address.
Last updated
firmachaind keys show <keyname or address>