solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
399 stars 135 forks source link

[Feature] Airdrop Option #199

Open A91y opened 3 months ago

A91y commented 3 months ago

An airdrop option, should be added directly in the playground to increase ease of usability.

acheroncrypto commented 3 months ago

Playground supports automatic airdrops but it was disabled on devnet because of rate limits (https://github.com/solana-playground/solana-playground/issues/151#issuecomment-1704045262). I believe airdrop limits were increased recently so we may re-enable the feature for devnet.

There is also airdrop option in the wallet but not enabled on devnet for the same reason as above:

airdrop

Other than the automatic airdrop and manual airdrop from the wallet, you can also run solana airdrop <AMOUNT> command in terminal.