The Solana Airdrop Faucet is a web application designed to provide users with free SOL tokens on the Solana Devnet. It simplifies the process of obtaining SOL for developers and testers, enabling them to experiment with the Solana blockchain without any initial investment.
- Instant Airdrops: Users can request SOL tokens instantly with just their wallet address.
- User-Friendly Interface: An intuitive design that makes it easy for anyone to use the faucet.
- No Registration Required: Users can start receiving tokens without needing to create an account.
- Transaction History: Users can view their airdrop requests and transaction statuses in real-time.
- Balance Check: Easily check your current balance on the Solana Devnet.
- Responsive Design: Optimized for use on both desktop and mobile devices.
- Access the Application: Navigate to the Faucet URL.
- Connect Your Wallet Address: Connect your Solana wallet address with click on Connect wallet.
- Request Airdrop: Click the "Get Airdrop" button to submit your request.
- Check Transaction Status: View the status of your transaction on the screen, including any errors or confirmations.
- Review History: Check your transaction history to see previous airdrop requests.
- Technology Stack:
- Frontend: Built with Next.js and React.
- Styling: Styled using Tailwind CSS for a modern look.
- Blockchain Interaction: Uses Solana Web3.js to interact with the Solana blockchain.
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/NishantCoder108/faucet.git
- Navigate to the project directory:
cd faucet
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
.
We welcome contributions! If you'd like to contribute, please fork the repository and submit a pull request. Ensure to follow the coding standards and write clear commit messages.