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