A Solana-based airdrop application built with React and Vite. It enables users to request test SOL (or other tokens) in a streamlined UI—perfect for developers and testers working on Solana programs.
- Testnet Faucet: A convenient way to dispense test SOL for development purposes.
- Modern Frontend: Built with React and Vite for fast load times and hot module replacement.
- Clean Codebase: ESLint configuration included for code quality and consistency.
| Component | Technology |
|---|---|
| Frontend | React |
| Bundler | Vite |
| Linter | ESLint |
| Styling | HTML / CSS |
| JavaScript | ES6+ |
Try it out here: sol-faucet-beta.vercel.app
- Clone the repo
git clone https://github.com/desmond009/Sol_Faucet.git cd Sol_Faucet