Document that testnet has a faucet

This commit is contained in:
Michael Vines
2020-09-19 08:41:58 -07:00
committed by GitHub
parent 208dd1de3a
commit cd852a5c22

View File

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