{"id":24651620,"url":"https://github.com/BitFancy/Copy-Trading-Bot","last_synced_at":"2025-10-07T11:31:26.004Z","repository":{"id":272630416,"uuid":"917249078","full_name":"BitFancy/Optimized-Solana-Trading-Bot","owner":"BitFancy","description":"solana trading bot on several dexes","archived":false,"fork":false,"pushed_at":"2025-01-15T16:32:54.000Z","size":39,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T19:12:26.305Z","etag":null,"topics":["dex","pump-fun","raydium","solana","solanatradingbot","trading","tradingbot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BitFancy.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-01-15T16:27:35.000Z","updated_at":"2025-01-24T11:03:43.000Z","dependencies_parsed_at":"2025-01-15T18:50:17.653Z","dependency_job_id":"4e1451f1-ead4-4c4e-8b85-c92687829a13","html_url":"https://github.com/BitFancy/Optimized-Solana-Trading-Bot","commit_stats":null,"previous_names":["bitfancy/optimized-solana-trading-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FOptimized-Solana-Trading-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FOptimized-Solana-Trading-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FOptimized-Solana-Trading-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FOptimized-Solana-Trading-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitFancy","download_url":"https://codeload.github.com/BitFancy/Optimized-Solana-Trading-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235621564,"owners_count":19019522,"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":["dex","pump-fun","raydium","solana","solanatradingbot","trading","tradingbot"],"created_at":"2025-01-25T19:12:30.714Z","updated_at":"2025-10-07T11:31:25.997Z","avatar_url":"https://github.com/BitFancy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 **Solana Copy Trading Bot (Rust)**\n\nWelcome to the **Solana Copy Trading Bot**! This bot enables real-time tracking of target wallets (whales) on the Solana blockchain and seamlessly replicates their trades. 🌟\n\n---\n\n## 🔥 **Features**\n\n✅ **Real-time WebSocket Streaming** – Connects to Solana's blockchain using Helius Geyser RPC WebSocket to monitor transactions in real-time.  \n✅ **Ultra-Fast Transaction Filtering** – Efficiently filters transactions within ~0.3ms for minimal latency.  \n✅ **Automated Copy Trading** – Uses the Pump.fun program ID and Raydium module to mirror target transactions.  \n\n---\n\n## 🎯 **Example Transactions**\n\n- **Source Transaction:** [View on Solscan](https://solscan.io/tx/2nNc1DsGxGoYWdweZhKQqnngfEjJqDA4zxnHar2S9bsAYP2csbLRgMpUmy68xuG1RaUGV9xb9k7dGdXcjgcmtJUh)\n- **Copied Transaction:** [View on Solscan](https://solscan.io/tx/n2qrk4Xg3gfBBci6CXGKFqcTC8695sgNyzvacPHVaNkiwjWecwvY5WdNKgtgJhoLJfug6QkXQuaZeB5hVazW6ev)\n- **Target Wallet:** `GXAtmWucJEQxuL8PtpP13atoFi78eM6c9Cuw9fK9W4na`\n- **Copy Wallet:** `HqbQwVM2fhdYJXqFhBE68zX6mLqCWqEqdgrtf2ePmjRz`\n\n---\n\n## 🚀 **Getting Started**\n\nFollow these steps to set up and run the bot:\n\n### 📌 Prerequisites\n\n- **Rust \u0026 Cargo** (Version 1.84.0 or later)\n- **Solana Wallet** with access to **Helius Geyser RPC API**\n\n### 📥 Installation\n\n1️⃣ **Clone the Repository:**\n\n```bash\ngit clone https://github.com/BitFancy/Copy-Trading-Bot-Rust\n```\n\n2️⃣ **Navigate \u0026 Build:**\n\n```bash\ncd copy-trading-bot\ncargo build\n```\n\n3️⃣ **Configure Environment Variables:**\n\nUpdate the `ENDPOINT` and `WSS_ENDPOINT` in your config:\n\n```ts\nconst ENDPOINT = \"https://mainnet.helius-rpc.com/?api-key=xxx\";\nconst WSS_ENDPOINT = \"wss://atlas-mainnet.helius-rpc.com/?api-key=xxx\";\n```\n\n4️⃣ **Run the Bot:**\n\n```bash\ncargo run\n```\n\n---\n\n## 💬 **Need Help? Contact Me!**\n\nIf you have any questions, feel free to reach out via:\n\n📩 **Telegram:** [@bitfancy](https://t.me/bitfancy)  \n🎮 **Discord:** [@bitbanana717]\n\n🌹 **You're always welcome!** 🌹\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBitFancy%2FCopy-Trading-Bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBitFancy%2FCopy-Trading-Bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBitFancy%2FCopy-Trading-Bot/lists"}