Skip to content

siyasjr/solana-faucet

Repository files navigation

Solana Devnet Faucet

A simple Next.js dApp that allows users to interact with Solana Devnet.
Features include airdropping SOL, viewing wallet balance, signing messages, and sending tokens.

🚀 Features

  • 🌊 Request SOL Airdrop directly to your wallet (Devnet).
  • 💰 View Wallet Balance in real time.
  • ✍️ Sign Messages with your Solana wallet and verify signatures.
  • 🔗 Send Tokens (transfer SOL to another address).
  • 🔒 Built with @solana/web3.js and @solana/wallet-adapter.
  • ⚡ Next.js 13 App Router + TypeScript.
  • 🎨 Styled with TailwindCSS and optimized Google Fonts.

Screenshot

Screenshot


🛠️ Getting Started

  1. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
    
  2. Run the development server: npm run dev

  3. Open http://localhost:3000

⚠️ Note: This dApp is for Devnet testing only. Do not use with real SOL on Mainnet.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published