Skip to content

🌟Solana Copy Trading Bot: Targeting Whale wallets with great profits 100%, 🎯 copying whale wallet's trading transactions

Notifications You must be signed in to change notification settings

PioSol7/Solana_Copy_Trading_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solana Copy trading Bot using Rust

Welcome to the ** Copy trading Bot **! This bot watches for target wallet (whale) on the Solana blockchain in real-time, copy trading like target trading.

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 signer
  • 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.

Example


🚀 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

Usage

  1. Clone the Repository:

    git clone https://github.com/PioSol7/Copy-Trading-Bot-Rust
  2. Install Dependencies:

    Navigate to the project directory and run the following command:

    cd copy-trading-bot
    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

Author

Discord: takhi_77 in discord

Telegram: @SolSon

You can always feel free to find me here for my help on other projects.

About

🌟Solana Copy Trading Bot: Targeting Whale wallets with great profits 100%, 🎯 copying whale wallet's trading transactions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages