Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.49 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.49 KB

SolFlare

This decentralized application allows users to effortlessly airdrop SOL tokens on the Solana Devnet. With a user-friendly interface, you can manage your tokens, send them to other users, and view real-time information about your assets.

Live Demo

You can try the application live at: SolFlare Live Demo

Tech Stack

  • Next.js
  • shadcn
  • solana/web3.js
  • solana/wallet-adapter
  • solana/spl-token
  • nobel curves (for ed25519)

Preview

Running the project locally

Prerequisites

Before using this repository, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/Ayush272002/SolFlare.git
    cd SolFlare
  2. Install the dependencies:

    npm install
  3. Set up a .env file with the following variables:

     NEXT_PUBLIC_DEVNET_RPC_URL=https://api.devnet.solana.com
     NEXT_PUBLIC_MAINNET_RPC_URL=https://api.mainnet-beta.solana.com

    Or you can replace them with your private rpc url, so that you will not get rate limited

Running the Project

npm run dev

Contributing

Feel free to submit issues or pull requests if you want to improve this tool or add new features.

License

This project is licensed under the MIT License - see the LICENSE file for details.