Airdrop in devnet
@solana-suite/airdrop
It is used to faucet SOL required for development on devnet and testnet, but not on mainnet.
example
import { Airdrop } from "@solana-suite/airdrop";
await Airdrop.request(
"4nfN9iymjRaYBpiy1j..." // Wallet address
);
Last updated