Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitindahiya-dev/sol-faucet
Integrate a Solana wallet with a Nextjs to request airdrops of SOL tokens on the Devnet.
https://github.com/nitindahiya-dev/sol-faucet
devent faucet faucet-crypto solana solana-token
Last synced: 3 months ago
JSON representation
Integrate a Solana wallet with a Nextjs to request airdrops of SOL tokens on the Devnet.
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/sol-faucet
- Owner: nitindahiya-dev
- Created: 2024-09-01T15:58:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T15:05:03.000Z (4 months ago)
- Last Synced: 2024-09-30T07:06:04.287Z (3 months ago)
- Topics: devent, faucet, faucet-crypto, solana, solana-token
- Language: TypeScript
- Homepage: https://sol-faucet.vercel.app
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Airdrop DApp
Welcome to the Solana Airdrop DApp! This project demonstrates how to integrate a Solana wallet with a React frontend to request airdrops of SOL tokens on the Devnet. It features a sleek UI with gradient animations and modern components, utilizing the Solana wallet adapter and `react-toastify` for notifications.
## 🛠️ Features
- **Solana Wallet Integration:** Connect and manage your wallet with the Solana wallet adapter.
- **Airdrop Request Form:** Easily request airdrops of SOL tokens.
- **Toast Notifications:** Get real-time feedback with user-friendly toast notifications.
- **Modern UI:** Enjoy a visually appealing design with gradient animations and responsive components.## 🚀 Getting Started
### Prerequisites
Before running the project, ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v14 or later)
- [Yarn](https://classic.yarnpkg.com/en/docs/install/) or [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/nitindahiya-dev/sol-faucet.git2. **Navigate to the project directory:**
```bash
cd solana-airdrop-dapp3. **Install dependencies:**
```bash
npm install4. **Run:**
```bash
npm run devYour app will be available at http://localhost:3000.