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.
You can try the application live at: SolFlare Live Demo
- Next.js
- shadcn
- solana/web3.js
- solana/wallet-adapter
- solana/spl-token
- nobel curves (for ed25519)
Before using this repository, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/Ayush272002/SolFlare.git cd SolFlare
-
Install the dependencies:
npm install
-
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
npm run dev
Feel free to submit issues or pull requests if you want to improve this tool or add new features.
This project is licensed under the MIT License - see the LICENSE file for details.