A simple decentralized application (dApp) built on the Solana blockchain, designed to simulate a faucet-like experience. This project demonstrates the integration of Solana wallet adapters and basic token transfers from a funded dev wallet to a user's wallet.
- Connect your Solana wallet (Phantom, Solflare, Backpack, etc.)
- Request SOL tokens from a pre-funded faucet wallet
- Built using React + Solana Wallet Adapter + Solana Web3.js
- ⚛️ React + Vite
- 🌞 TailwindCSS (optional)
- 🧠 Solana Web3.js
- 🔌
@solana/wallet-adapter-react - 🔐
@solana/wallet-adapter-wallets - 💼 Phantom, Solflare, Backpack wallet support
git clone https://github.com/your-username/solfaucet.git
cd solfaucet
npm install