A lightweight browser-based auto faucet claimer for the Solayer Devnet.
This tool automatically requests SOL airdrops for multiple wallets with configurable claim modes, retry logic, and randomized delays to simulate natural usage.
- 🔄 Auto-claim loop with random 1–5s delays
- 🎯 Claim modes:
- Indefinite → runs forever
- Total claim limit → shared across all wallets
- Per-wallet claim limit → stops once each wallet reaches target
- 📊 Live stats tracking (total, success, errors)
- 🔁 Exponential retry backoff (up to 5 retries with safe exit)
- 💬 Activity log with Solayer Explorer TX links
- 🛑 Start / Stop controls with safe exit
- 📝 Clear log & reset stats in one click
- 🔒 Fully client-side (no private keys required, only public addresses)
git clone https://github.com/CryptoExplor/Solayer-devnet-faucet.git
cd Solayer-devnet-faucet
Just open index.html
in your browser.
No build step, no install, no backend.
-
Paste your wallet addresses (Base58, one per line).
-
Configure:
- RPC URL (default:
https://devnet-rpc.solayer.org
) - Claim amount (in SOL)
- Claim mode & limits
- RPC URL (default:
-
Click Start Faucet Loop → watch the live log.
- Adjustable delay range from UI
- Balance check before requesting airdrop
- Multi-RPC failover rotation
- Export logs as
.txt
- Per-wallet progress tracker
This project is for educational and testing purposes only.
- Works only on Solayer Devnet.
- Do not use with mainnet or real funds.
- No keys are ever stored or exposed — addresses only.
MIT © 2025 — Feel free to fork, adapt, and improve.