Docs
  • Overview
  • Our Product Suite
    • Fiamma Bridge (Trust-minimized Bitcoin Bridge, Powered by BitVM2)
      • Introduction
      • Fiamma Bridge Status
      • Consensus Proof
      • Fungible Transfer
      • Multi-Operators
      • Permissionless Challenger
      • Yield opportunities
        • Operator
        • Challenger
        • Fungibility Provider
      • User Guides
        • Testnet Alpha
        • Testnet Beta
          • How to Deposit and Withdraw on Fiamma Bridge?
          • How to run the Fiamma Operator?
            • Operator for Mac
              • 1. Install Fiamma Operator App
              • 2. Register
              • 3. Deposit and Stake BTC
              • 4. Start & Pause Operator
              • 5. Quit Operator and Withdraw Funds
            • Operator for Linux
              • 1. Install and Set Up Fiamma Operator Backend Program
              • 2. Start and Register
              • 3. Deposit and Stake
              • 4. Query Operator Status
              • 5. Manage the Operator Program
              • 6. Quit Operator
              • 7. Troubleshooting
          • How to run a challenger?
    • Fiamma Layer (BitVM-Powered Settlement Layer)
      • Introduction
        • Key Highlights
        • Challenges Tackled
        • Core Technologies
      • Architecture
        • General Flow (Soft Finality)
          • For Programmable Blockchains
          • For Non-Programmable Blockchains :
        • ZKP Verification Process
      • Ecosystem Layout
      • User Guides
        • QuickStart
        • Installation
        • Wallet and Tokens
          • Connect Keplr Wallet
          • Get $FIA
        • Manage Keys
        • Fiamma Testnet Explorer
      • Developer Guides
        • Network Information
        • Fiamma CLI
          • CLI Command Overview
          • CLI Tutorial
        • Fiamma-Committee CLI
        • Run a Fiamma Node
          • Set up a Node
          • Getting Testnet Tokens
          • Become a Bitvm Staker
          • Become a Validator
        • Rest API And GRPC
        • Fiamma ZKPVerify SDK
        • Supported ProofSystem
      • Roadmap
    • Other Essential Protocols
  • Support
Powered by GitBook
On this page
  • Add Keys
  • Recover keys
  • List Keys
  • Export Keys
  • Store Keys in Keplr Wallet
Edit on GitHub
  1. Our Product Suite
  2. Fiamma Layer (BitVM-Powered Settlement Layer)
  3. User Guides

Manage Keys

In this tutorial, you will learn how to manage your account using the fiammad command line tool.

Add Keys

Note! Once your account is created, you must keep your mnemonic phrase safe. If you lose it, you will also lose your assets.

fiammad keys add <key-name> --keyring-backend=test

A fiamma address will be automatically generated such as:


- address: fiammaXXX
  name: test-alice
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"XXX"}'
  type: local

Recover keys

fiammad keys add <key-name> --keyring-backend=test --recover

After executing the above command, you will be prompted to enter a mnemonic in the bip39 format

After bip39 mnemonic inputed, a fiamma address will be automatically generated such as:

- address: fiammaXXX
  name: test-alice
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"XXX"}'
  type: local

List Keys

You can use the command below to view the account you just created.

fiammad keys list --keyring-backend=test

A fiamma address named with test-alice will be automatically show such as:

- address: fiammaXXX
  name: test-alice
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"XXX"}'
  type: local

Export Keys

You can use the command below to show the account private key.

fiammad keys export <key-name> --keyring-backend=test --unarmored-hex --unsafe

Store Keys in Keplr Wallet

Open the Keplr wallet extension and click the user avatar in the top right corner. Select "Add Wallet," then choose either "Import an existing wallet" or "Create a new wallet." Opt for the "24 words recovery phrase" and enter your mnemonic phrase, or opt for the "private key" and enter your unarmored hex private key.

Use Recovery Phrase or Private Key to Import Keys into Keplr Wallet:

\

PreviousGet $FIANextFiamma Testnet Explorer

Last updated 10 months ago

Fiamma Testnet has been integrated with the Keplr wallet. Please refer to for more details. To better manage your Fiamma address, you can import it into your Keplr wallet by following these steps.

Visit the Keplr Chains website at , search for "Fiamma Testnet" and add it to your Keplr wallet.

Set a custom name for your wallet, select "Fiamma Testnet" Chain and confirm. Your Fiamma address will now appear in the Keplr wallet extension, ready for receive and send transactions. For more faucet details, please refer to .

Connect Keplr Wallet
https://chains.keplr.app
Get FIA
import-private-key