Document that testnet has a faucet

This commit is contained in:
Michael Vines
2020-09-19 08:41:58 -07:00
parent a26e1f62bb
commit ea2611f3a9

View File

@ -634,5 +634,5 @@ the SPL Token's mint account.
Be sure to test your complete workflow on Solana devnet and testnet
[clusters](../clusters.md) before moving to production on mainnet-beta. Devnet
is the most open and flexible, and ideal for initial development, while testnet
offers more realistic cluster configuration. Devnet features a token faucet, but
you will need to request some testnet SOL to get going on testnet.
offers more realistic cluster configuration. Both devnet and testnet support a faucet,
run `solana airdrop 10` to obtain some devnet or testnet SOL for developement and testing.