Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.31 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.31 KB

Solana Airdrop Faucet

Overview

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.

Solana Airdrop

Features

  • 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.

How to Use

  1. Access the Application: Navigate to the Faucet URL.
  2. Connect Your Wallet Address: Connect your Solana wallet address with click on Connect wallet.
  3. Request Airdrop: Click the "Get Airdrop" button to submit your request.
  4. Check Transaction Status: View the status of your transaction on the screen, including any errors or confirmations.
  5. Review History: Check your transaction history to see previous airdrop requests.

Technical Details

  • 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.

Installation

To run the application locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/NishantCoder108/faucet.git
  2. Navigate to the project directory:
    cd faucet
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev
  5. Open your browser and navigate to http://localhost:3000.

Contributing

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.