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

https://github.com/rustyneuron01/volume-bundler-sniping-copy-trading-bot-rust

Trading Service Bot Library by Rust. Support gRpc Volume Bot, Bundler Bot, Sniping Bot, Copy Trading Bot, Wallet Tracker on raydium, pumpfun, meteora. Working on Solana & EVM & Avalanche Networks. Copy Trading Bot, Bundler Bot, Volume Bot, Sniping Bot Copy Trading Bot, Bundler Bot, Volume Bot, Sniping Bot Copy Trading Bot
https://github.com/rustyneuron01/volume-bundler-sniping-copy-trading-bot-rust

bot bundler copy copy-trading-bot crypto evm jupiter pumpfun raydium rust sniping solana tracker trading typescript volumn

Last synced: 2 months ago
JSON representation

Trading Service Bot Library by Rust. Support gRpc Volume Bot, Bundler Bot, Sniping Bot, Copy Trading Bot, Wallet Tracker on raydium, pumpfun, meteora. Working on Solana & EVM & Avalanche Networks. Copy Trading Bot, Bundler Bot, Volume Bot, Sniping Bot Copy Trading Bot, Bundler Bot, Volume Bot, Sniping Bot Copy Trading Bot

Awesome Lists containing this project

README

          

# πŸ€– Bot Service Library β€” Advanced Crypto Trading Bots & Tools

A modular, scalable bot service framework for building high-performance trading tools on the **Solana** and **EVM** and **Avalanche** ecosystems.
Supports platforms including **Raydium**, **Pump.fun**, **Meteora**, and moreβ€”ideal for DeFi developers looking to automate strategies like **volume monitoring**, **sniping**, **copy trading**, **wallet tracking**, and **multi-wallet bundling**.

---

## πŸŽ₯ Demo Videos

- πŸ“Š [Volume Bot](https://www.youtube.com/watch?v=7lVfFEN30M8)
- 🧺 [Bundler Bot](https://www.youtube.com/watch?v=XkJ6IOPr0lI)
- 🎯 [Sniper Bot](https://www.youtube.com/watch?v=D8XfP-WamiA)
- πŸ” [Copy Trading Bot](https://www.youtube.com/watch?v=0PQmbM_v0ug)

---

## βš™οΈ Key Features

- βœ… **Modular Bot Architecture** – Easily extend with new strategies and services
- πŸŒ‰ **Cross-Chain Support** – Works with both **Solana** and **EVM**-based networks
- πŸ“‘ **gRPC + WebSocket Integration** – Real-time trading data for sub-second execution
- πŸ”§ **Customizable Services** – Add wallets, handlers, and endpoints as needed
- πŸ§ͺ **Battle-Tested on Mainnet** – Already deployed on **Raydium**, **Pump.fun**, and **Meteora**

---

## πŸ› οΈ Supported Bots & Tools

| **Category** | **Bot Name** | **Description** | **Features** |
| -------------------- | -------------------------------- | ----------------------------------- | ------------------------------------------------ |
| **Volume Bots** | Avalanche Volume Bot | Ethereum trading volume detection | OpenZeppelin SDK |
| | Ethereum Multi-Wallet Volume Bot | Monitor multiple Ethereum wallets | Bitquery + Web3.py |
| | Raydium Volume Bot | Fast Jito bundle-based bot | Jupiter Router |
| | Solana Multidex Volume Bot | For Raydium, Meteora, Jupiter | Solana Tracker |
| | Meteora Volume Bot | Dedicated to Meteora | Meteora SDK |
| | Pumpfun Volume Bot | Native bot for Pump.fun | Pumpfun SDK |
| | Moonshot Volume Bot | Hype token detection | Moonshot SDK |
| | Tron Volume Bot | For Tron chain | Sun Pump API |
| **Sniper Bots** | Pumpfun Sniper Bot | Basic WebSocket sniper | Free RPC compatible |
| | Pumpfun Sniper Bot v1 | Enhanced sniping with Geyser | Helius Geyser integration |
| | Pumpfun Sniper Bot v2 | Block-level sniper with Yellowstone | GRPC-based sniping within \~1 block |
| | Raydium Sniper Bot | Log-based Solana sniping | Raydium SDK + Helius Geyser |
| | Raydium Sniper Bot v1 | Jito-confirmed sniper bot | Yellowstone GRPC + Jito bundling |
| **Bundlers** | Pumpfun Bundler | Multi-wallet bundling support | Jito-based bundling logic |
| | Raydium Bundler | Supports up to 27 wallets | Parallel bundling for Raydium pools |
| **Comment Bot** | Pumpfun Comment Bot | Auto-comments on Pump.fun | JSON-driven logic and random wallet injection |
| **Launchpad** | MemeToken Launchpad | Meme token launcher on Raydium | Create and deploy tokens with Raydium tooling |
| **Utility Tools** | Token Freezer | Freeze specific token accounts | Uses ATA transaction patterns |
| **Copy Trading** | Copy Trading Bot | Auto mirror trades from wallets | Built with Jupiter Router and Rust backend |
| **Wallet Analytics** | Wallet Tracker | Track balances & transactions | Supports >10,000 wallets with token & price data |

---

## πŸ“ Project Structure

```bash
Bot-Service-Library/
β”œβ”€β”€ bundler-bot # Volume bundler bot for Raydium & Pump.fun (TypeScript)
β”œβ”€β”€ copy-trading-bot # Mirror user actions via Jupiter route (Rust)
β”œβ”€β”€ sniper-bot # Sniping bots for Solana DEXes (TypeScript)
β”œβ”€β”€ volume-bot # Volume bots for Raydium, Meteora, Pump.fun, Moonshot (TypeScript)
└── wallet-tracking # Wallet monitoring utilities (TypeScript)
```

---

## πŸš€ Getting Started

### πŸ”§ Prerequisites

- [Rust (via rustup)](https://rustup.rs/)
- Node.js and npm
- Solana CLI and access to RPC/gRPC endpoints (e.g., Helius, Jito)

### πŸ“¦ Installation

```bash
git clone https://github.com/rustyneuron01/Bot-Service-Library.git
cd Bot-Service-Library
cargo build
npm install
```

### ▢️ Run

```bash
cargo run
npm run dev
```

---

## 🧠 Technologies Used

- πŸ¦€ **Rust** β€” for backend performance & gRPC-based bots
- 🟨 **TypeScript** β€” used for rapid prototyping and integration
- πŸ”— **Solana SDKs** β€” Raydium, Pumpfun, Meteora
- πŸ“‘ **gRPC** β€” real-time data streams from Helius & Yellowstone
- πŸ“Š **Web3.py**, **Bitquery** β€” Ethereum wallet data & EVM bot logic
- 🧺 **Jito Bundler** β€” used for Solana bundling strategies
- βš™οΈ **OpenZeppelin SDK** β€” secure EVM-based smart contract interaction

---

## 🀝 Contributing

We welcome community contributions! You can help by:

- Adding new bots or extending existing logic
- Improving documentation
- Sharing new strategies or tools

### πŸ” Contribution Flow

1. Fork the repository
2. Create a feature branch

```bash
git checkout -b your-feature-name
```

3. Commit and push your changes
4. Submit a pull request with a brief description

---

## πŸ“« Contact

Made by **[@rustyneuron01](https://github.com/rustyneuron01)**
πŸ’¬ Twitter: [@rustyneuron_01](https://x.com/rustyneuron_01)