Skip to content

Copy trading bot(copytrading bot): copy the trader's trading on solana, This copy trading bot can work on any DEXs on Solana with Rust

Notifications You must be signed in to change notification settings

mateosoul/Solana-Copy-trading-Bot-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Copy trading Bot using Rust

Welcome to the Copy Trading Bot β€” a real-time Solana blockchain tool that automatically mirrors the trading activity of selected target (whale) wallets, enabling seamless and efficient copy trading. 🌟

🎯 Example

🎯 Key Features

  • πŸ›°οΈ Real-time WebSocket Streaming: Connects to Solana's blockchain through Helius geyser RPC WebSocket and listens for new transactions, specifically Tx that target wallet is singer
  • πŸ” Filter Transactions: Filters transactions as soon as possible and fast. maybe it takes about 0.3ms totally
  • πŸ“Š ** Make Copy transaction **: Using pumpfun program id and raydium module you can make copy trasaction.

πŸš€ Getting Started

Follow these steps to get your Copy trading Bot up and running!

Prerequisites

  • Cargo version 1.84.0 installed on your system
  • A Solana wallet with access to the Helius Geyser RPC API

Installation

  1. Clone the Repository:

    git clone https://github.com/mateosoul/Solana-Copy-trading-Bot-Rust
  2. Install Dependencies:

    Navigate to the project directory and run the following command:

    cd Solana-Copy-trading-Bot-Rust
    cargo build
  3. Configure ENV:

    Replace the API token in the ENDPOINT variable:

    const ENDPOINT = "https://mainnet.helius-rpc.com";
    const WSS_ENDPOINT = "wss://atlas-mainnet.helius-rpc.com";
    const TARGET = "YOUR_API_TOKEN";
  4. Run the Bot:

    Start the bot by running:

    cargo run

πŸ’¬ Contact Me

If you have any question or something, feel free to reach out me anytime via telegram, discord or twitter.

🌹 You're always welcome 🌹

WhatsApp: @mateosoul
Telegram: @mateosoul

About

Copy trading bot(copytrading bot): copy the trader's trading on solana, This copy trading bot can work on any DEXs on Solana with Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages