Getting Testnet Tokens

Before a pledge can become a validator, you need to have some FIA tokens. In this tutorial you will learn how to get fiamma testnet token.

Create a Keyring

One can create a keyring through the fiammad keys add command.

# Replace the --keyring-backend argument with a backend of your choice
fiammad --keyring-backend test keys add my-key

This will output an address and a memo. Record the memo as it is the only way to recover your key if it gets lost.

For more commands about keys, you can refer to the Manage Keys

Request Funds from the Fiamma Testnet Faucet

You can refer to the Get FIA to obtain Fiamma network test tokens.

Last updated