Testnet Faucets interaction
To get started, we need an account with funds. The easiest way to get test XTZ or FA tokens is by using the Faucet Telegram Bot.
Let's generate a new key and get test coins from the telegram bot:
// generate new key
var key = new Key();
// or use existing one
var key = Key.FromBase58("edsk4ZkGeBwDyFVjZLL2neV5FUeWNN4NJntFNWmWyEBNbRwa2u3jh1");
// use this address to receive some mav
var address = key.Address; // mv1ExNdGhoAp2BBefJs1FuiRa9UJCKYSvNjf
Let's go to the Faucet Bot and get some test coins.
Click on 🤑 Get coins to receive 100 ꜩ to the specified mv-address, or 🍬 Get tokens to receive some test tokens, or ➕ Add subscription and set Amount to ensure your balance is always non-zero.