Skip to content

nick199910/sol_new

Repository files navigation

Solana Token Monitor

A Rust-based monitoring system for tracking new pump tokens on the Solana blockchain with specific market cap thresholds.

Features

  • Monitors newly created tokens on Solana
  • Filters tokens by market cap
  • Tracks tokens created within the last 10 minutes
  • Redis-based caching system
  • Twitter API integration for social monitoring

Prerequisites

  • Rust and Cargo
  • Redis
  • Twitter API credentials

Installation

  1. Install Redis:
# macOS (using Homebrew)
brew install redis

# Linux (Ubuntu/Debian)
sudo apt-get update
sudo apt-get install redis-server
  1. Clone the repository:
git clone https://github.com/nick199910/sol_new.git
cd sol_new
  1. Configure environment variables:
    • Copy .env.template to .env
    • Update the configuration values in .env

Running the Application

  1. Start Redis server:
redis-server
  1. Run the application:
cargo run

Configuration

The application can be configured through environment variables in the .env file:

  • GRPC_URL: Solana GRPC endpoint
  • RPC_URL: Solana RPC endpoint
  • REDIS_URL: Redis connection URL
  • MARKET_CAP: Minimum market cap threshold
  • AI_API_KEY: Gemini API key
  • X_API_KEY: X (Twitter) API key

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published