Testnet Faucets interaction
To get started, we need an account with funds. The easiest way to get test MVRK or FA tokens is by using the Faucet.
Let's generate a new key and get test coins from the Faucet:
// 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 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.