Solana · Arazzo Workflow
Solana Request a Devnet Airdrop and Confirm Funding
Version 1.0.0
Check node health, record a balance, request an airdrop, confirm it, and verify the balance moved.
Provider
Workflows
devnet-airdrop
Fund a Devnet or Testnet address with SOL and verify the balance change.
Guards on node health, then airdrops lamports to an address and confirms the resulting balance increase.
1
checkHealth
getHealth
Confirm the RPC node is caught up with the cluster before spending an airdrop request against a node that would reject or stall it.
2
balanceBefore
getBalance
Record the lamport balance before the airdrop so the increase can be verified afterwards.
3
requestAirdrop
requestAirdrop
Ask the Devnet or Testnet faucet to credit the address with the requested lamports. Returns the airdrop transaction signature.
4
confirmAirdrop
getSignatureStatuses
Poll the airdrop signature until the cluster confirms it, retrying while the transaction works its way through the slots.
5
balanceAfter
getBalance
Re-read the balance to prove the airdropped lamports actually landed in the account.