Wallet and Faucet
create a wallet with the following command:
bitsongd keys add mywallet
when you run the commands above,
bitsongd
will prompt you all the information related to that wallet- name: mywallet
type: local
address: bitsong1a695qts2n3hx0gnqwysau2mf9nj6y6524wmz33
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A7s8GHBMD6FAIbTKu4JiimHpey6++/zY7lPa9Th41TWt"}'
mnemonic: ""
**Important** write this mnemonic phrase in a safe place.
It is the only way to recover your account if you ever forget your password.
parent seat survey cook culture pen green ripple advance increase exile curtain carpet orient teach pizza eager large forest author husband mouse lucky extend
You can request tokens from the official BitSong Discord server by sending the following message on the
#testnet-faucet
channel:!faucet <address>

Then you can check that your balance fo your wallet account by typing the command:
bitsongd query bank balances $(bitsongd keys show -a mywallet)
Last modified 10mo ago