{"id":25858621,"url":"https://github.com/solagent99/copy-trading-bot-rust","last_synced_at":"2025-04-05T02:12:42.065Z","repository":{"id":283698104,"uuid":"928991764","full_name":"solagent99/Copy-Trading-Bot-Rust","owner":"solagent99","description":"🔥Solana Copy trading Bot: New Solana Copy Trading Bot written by rust to improve speed and quality - Whales Targeting Solana Copy Trading Bot, Solana Copy trading Bot, Solana Copy trading Bot, Solana Copy trading Bot, Solana Copy trading Bot, Solana Copy trading Bot, Solana Copy trading Bot, Solana Copy trading Bot, Solana Copy trading Bot","archived":false,"fork":false,"pushed_at":"2025-02-24T12:07:36.000Z","size":19,"stargazers_count":81,"open_issues_count":1,"forks_count":77,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T18:12:53.428Z","etag":null,"topics":["bot","copytrading","rust","solana"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solagent99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-07T15:59:56.000Z","updated_at":"2025-03-22T23:48:25.000Z","dependencies_parsed_at":"2025-03-21T17:09:23.484Z","dependency_job_id":"cf536f97-f2e2-489a-bb38-e45fc14944a3","html_url":"https://github.com/solagent99/Copy-Trading-Bot-Rust","commit_stats":null,"previous_names":["solagent99/copy-trading-bot-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solagent99%2FCopy-Trading-Bot-Rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solagent99%2FCopy-Trading-Bot-Rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solagent99%2FCopy-Trading-Bot-Rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solagent99%2FCopy-Trading-Bot-Rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solagent99","download_url":"https://codeload.github.com/solagent99/Copy-Trading-Bot-Rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276189,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","copytrading","rust","solana"],"created_at":"2025-03-01T20:29:28.519Z","updated_at":"2025-04-05T02:12:42.049Z","avatar_url":"https://github.com/solagent99.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 **Copy trading Bot using Rust**\n\nWelcome to the ** Copy trading Bot **! This bot watches for target wallet (whale) on the Solana blockchain in real-time, copy trading like target trading. 🌟\n\n# 💬 Contact Me\n\nIf you have any question or something, feel free to reach out me anytime via telegram, discord or twitter.\n\u003cbr\u003e\n#### 🌹 You're always welcome 🌹\n\nTelegram: [@Leo](https://t.me/shinnyleo0912) \u003cbr\u003e\n\n### 🎯 Example\n- Source Transaction: https://solscan.io/tx/2nNc1DsGxGoYWdweZhKQqnngfEjJqDA4zxnHar2S9bsAYP2csbLRgMpUmy68xuG1RaUGV9xb9k7dGdXcjgcmtJUh\n- Copied Transaction: https://solscan.io/tx/n2qrk4Xg3gfBBci6CXGKFqcTC8695sgNyzvacPHVaNkiwjWecwvY5WdNKgtgJhoLJfug6QkXQuaZeB5hVazW6ev\n- Target Wallet: GXAtmWucJEQxuL8PtpP13atoFi78eM6c9Cuw9fK9W4na\n- Copy Wallet: HqbQwVM2fhdYJXqFhBE68zX6mLqCWqEqdgrtf2ePmjRz\n### 🎯 **Key Features**\n\n- 🛰️ **Real-time WebSocket Streaming**:\n  Connects to Solana's blockchain through Helius geyser RPC WebSocket and listens for new transactions, specifically Tx that target wallet is singer\n- 🔍 **Filter Transactions**:\n  Filters transactions as soon as possible and fast.\n  maybe it takes about 0.3ms totally\n- 📊 ** Make Copy transaction **:\n  Using pumpfun program id and raydium module you can make copy trasaction.\n\n---\n\n## 🚀 **Getting Started**\n\nFollow these steps to get your **Copy trading Bot** up and running!\n\n### Prerequisites\n\n- Cargo version 1.84.0 installed on your system\n- A Solana wallet with access to the Helius Geyser RPC API\n\n### Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/solagent99/Copy-Trading-Bot-Rust\n   ```\n\n2. **Install Dependencies**:\n\n   Navigate to the project directory and run the following command:\n\n   ```bash\n   cd copy-trading-bot\n   cargo build\n   ```\n\n3. **Configure ENV**:\n\n   Replace the API token in the `ENDPOINT` variable:\n\n   ```ts\n   const ENDPOINT = \"https://mainnet.helius-rpc.com\";\n   const WSS_ENDPOINT = \"wss://atlas-mainnet.helius-rpc.com\";\n   const TARGET = \"YOUR_API_TOKEN\";\n   ```\n\n4. **Run the Bot**:\n\n   Start the bot by running:\n\n   ```bash\n   cargo run\n   ```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolagent99%2Fcopy-trading-bot-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolagent99%2Fcopy-trading-bot-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolagent99%2Fcopy-trading-bot-rust/lists"}