Marketplace / solana-sniper
Solana Snipersolana-sniperv2.1.0

Yellowstone gRPC mempool sniper with Jito bundle submission and PDA routing.

BotTSRustedition of 100
live demo
Solana Sniper
forkit.run/solana-sniper
Live console · runs in a sandbox, no installLaunch live demo →
README.md

A low-latency mempool sniper: stream pending transactions, decide, and land Jito bundles fast.

Overview

Solana Sniper ingests the mempool over Yellowstone gRPC, filters for target programs, and submits Jito bundles with PDA routing. Tuned for latency.

Quick start

bun install, set your RPC + gRPC endpoints and signer in .env, then bun run start. Deploy scripts for a VPS are in deploy/.

Configuration

Targets, compute budget and tip strategy live in config.ts. Runs against devnet out of the box.

Requirements

  • Bun 1.x
  • Solana RPC + Yellowstone gRPC
  • A funded signer (for mainnet)

Stack

TSRust

Pinned dependencies, no lock-in to the seller's accounts. Deploy scripts included.

How it works, end to end

1. ingest → stream events from source
2. process → parse, score, decide
3. act → submit transaction / render output
4. log → record outcome + metrics

What it has

  • Yellowstone gRPC ingestion
  • Jito bundle submission
  • PDA routing
  • Deploy scripts

Can be improved

  • No unit tests
  • Metrics dashboard is basic