An AI-powered tool for airdrop hunters. It scans and analyzes which projects are preparing for airdrops and what actions are required. The user receives a personalized checklist of registrations, interactions, and deadlines. Includes an anti-scam filter to protect users from fake projects. A “Pro Mode” allows wallet automation to perform farming actions based on predefined strategies.
- 🔍 AI Analysis of upcoming airdrop opportunities
- ✅ Personalized Checklists with tasks, deadlines, and progress tracking
- 🛡️ Anti-Scam Filter to detect and warn about suspicious or fake projects
- 🤖 Pro Mode: Automated wallet farming based on user-defined strategies
- 🔗 Phantom Wallet Integration for seamless blockchain interactions
- ⚡ Built with Vite, React, TypeScript, and Tailwind CSS
- 🧠 Powered by Ollama for local AI model inference
- Framework: React
- Styling: Tailwind CSS
- Language: TypeScript
- Wallet: Phantom Wallet
- AI Runtime: Ollama
- Build Tool: Vite
- Package Manager: npm
# Clone the repository
git clone https://github.com/yourusername/airdrop-ai.git
cd airdrop-ai
# Install dependencies
npm install# Start the local development server
npm run dev
This app integrates with the Phantom Wallet. Users must have Phantom installed in their browser and be connected to the Solana network to enable Pro Mode and farming actions.
This app uses Ollama to run local AI models. Make sure you have Ollama installed and running before launching the app if you want to use AI-powered features.
npm run build