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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.