Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.git

2. **Navigate to the project directory:**

```bash
cd solana-airdrop-dapp

3. **Install dependencies:**

```bash
npm install

4. **Run:**

```bash
npm run dev

Your app will be available at http://localhost:3000.