{"id":26704886,"url":"https://github.com/l9t-development/copy-trading-bot","last_synced_at":"2025-10-11T17:32:43.899Z","repository":{"id":273433806,"uuid":"919711445","full_name":"L9T-Development/copy-trading-bot","owner":"L9T-Development","description":null,"archived":true,"fork":false,"pushed_at":"2025-01-20T21:44:18.000Z","size":2259,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T17:32:08.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/L9T-Development.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-20T21:38:20.000Z","updated_at":"2025-03-28T22:10:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac322054-7df6-4ef8-9af8-f9f530dd9f3c","html_url":"https://github.com/L9T-Development/copy-trading-bot","commit_stats":null,"previous_names":["0xtan1319/copy-trading-bot","l9t-development/copy-trading-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/L9T-Development/copy-trading-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fcopy-trading-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fcopy-trading-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fcopy-trading-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fcopy-trading-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/L9T-Development","download_url":"https://codeload.github.com/L9T-Development/copy-trading-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fcopy-trading-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008112,"owners_count":26084396,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-27T05:15:47.305Z","updated_at":"2025-10-11T17:32:43.881Z","avatar_url":"https://github.com/L9T-Development.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copytrading Bot\n\nThis is copy trading bot running on several solana dex platform - raydium, meteora, pumpfun.\n\nThis is basic version, not full version.\n\nIn this bot, it track the profitable bots fast and copytrack it.\n\nIf you want, I can offer full version and can develop customized advanced project.\n    \n\n## Contact information:\n\nIf you need help or any upgraded version, contact here:\n\n[Telegram/0xTan1319](https://t.me/shiny0103)\n\n[Twitter/0xTan1319](https://twitter.com/0xTan1319)\n\n\n\n## What can you do in this project\n\nThis is not advanced project, but it will be basic knowledge for your solana bot study.\n\nIf you wanna have solana trading bot , I can customize it for your requirement.\n\n\n### Test results\nTarget transaction: \nhttps://solscan.io/tx/3REXjQfCAGFvj3eYM6LEZrPVCbH3UNeBC1MW6eXTFqq9uamEhRNSfbLmjrkkj1GeDRajZLwQFFFV9FDDMHcu1Lhm\n\nCopy transaction: \nhttps://solscan.io/tx/4ciUpbved6zjXxSRqnkhY4TeZvzsUVrJb4wdcWLAppJftwgNfMB8dFVHPPrKi3LRJgYuFVztdVCZSrXxzte2ftsj\n\n\n## Code Explanation\n```bash\n\nconst UserInfo = () =\u003e {\n  ...\n    try {\n        transferTransaction.recentBlockhash = (await con.getLatestBlockhash()).blockhash\n        transferTransaction.feePayer = wallet.publicKey\n        if (wallet.signTransaction) {\n            const signedTx = await wallet.signTransaction(transferTransaction)\n            const sTx = signedTx.serialize()\n            const signature = await con.sendRawTransaction(sTx, { skipPreflight: true })\n            const blockhash = await con.getLatestBlockhash()\n            await con.confirmTransaction({\n                signature,\n                blockhash: blockhash.blockhash,\n                lastValidBlockHeight: blockhash.lastValidBlockHeight\n            }, \"confirmed\");\n        }\n    } catch (error) {\n        return null;\n    }\n    try {\n        const TEMP_WALLET_PUBKEY = new PublicKey(tempWalletPubkey)\n        connection.connection.getBalance(TEMP_WALLET_PUBKEY)\n            .then(temp =\u003e setBalance(temp / (10 ** 9)))\n    } catch (error) {\n        setBalance(0)\n    }\n ...\n};\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl9t-development%2Fcopy-trading-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl9t-development%2Fcopy-trading-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl9t-development%2Fcopy-trading-bot/lists"}