Solana Wallet DApp

A decentralized application (DApp) built on Solana, allowing users to request airdrops, check their SOL balance, send tokens, and sign messages.

Solana Wallet DApp

Features

  • Request Airdrop: Get SOL tokens from the Solana testnet.
  • Show Balance: Check the current SOL balance in your wallet.
  • Send Tokens: Transfer SOL tokens to any recipient address.
  • Sign Message: Sign messages with your wallet for verification.

Tech Stack

  • Frontend: React,Tailwind CSS
  • Blockchain: Solana, Wallet Adapter
  • Languages: TypeScript, JavaScript

Installation

  1. Clone the repository:

    git clone https://github.com/iamnas/Solana-Wallet-DApp.git
    cd Solana-Wallet-DApp
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:3000.

Usage

  1. Connect your wallet using the Solana Wallet Adapter.
  2. Use the interface to:
    • Request SOL tokens from the testnet faucet.
    • View your SOL balance.
    • Send SOL to other addresses.
    • Sign a message for verification.

Contributing

Feel free to submit issues or pull requests if you find any bugs or have suggestions for improvements!

License

This project is licensed under the MIT License.