A Solana Faucet that allows users to request test SOL tokens on the Solana Devnet or Testnet. This is useful for developers testing their smart contracts and decentralized applications (dApps) on Solana before deploying to the mainnet.
- 🔹 Dispenses free SOL on the Solana Devnet/Testnet.
- 🔹 Built using Next.js for a fast and efficient UI.
- 🔹 Simple wallet integration using Solana's Web3.js.
- 🔹 Secure request handling to prevent abuse.
Before running this project, ensure you have the following installed:
- Node.js (v16 or later)
- Yarn or npm
- Solana CLI (for interacting with the Solana blockchain)
git clone https://github.com/sameergupta4873/Solana-Faucet.git
cd Solana-Faucetnpm install
# or
yarn installnpm run dev
# or
yarn devVisit http://localhost:3000 to access the faucet UI.
- Connect your Solana wallet (e.g., Phantom, Solflare).
- Choose the network (Devnet or Testnet).
- Click "Request SOL" to receive free tokens for testing.
To deploy this project, use:
npm run build
npm start- Next.js – Fast, modern React framework
- Solana Web3.js – For blockchain interactions
- Tailwind CSS – Responsive styling
This project is MIT Licensed. Feel free to use, modify, and contribute!