{"id":31127194,"url":"https://github.com/machenxi/moonshot-bundler-bot","last_synced_at":"2026-05-18T03:31:17.648Z","repository":{"id":314070167,"uuid":"1053976299","full_name":"machenxi/moonshot-bundler-bot","owner":"machenxi","description":"Moonshot Bundler Bot is a lightweight Solana tool that builds and sends bundled transactions (priority fees, ATA creation, SOL transfers, and swap placeholders) with a simple CLI and optional Telegram alerts.","archived":false,"fork":false,"pushed_at":"2025-09-10T07:58:08.000Z","size":8,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T23:13:03.480Z","etag":null,"topics":["bundler","bundler-bot","cli","dex","moonshot-bundler-bot","solana","spl-token","telegram-bot","trading-bot","web3"],"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/machenxi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T07:36:56.000Z","updated_at":"2025-09-17T15:37:53.000Z","dependencies_parsed_at":"2025-09-12T14:15:41.825Z","dependency_job_id":null,"html_url":"https://github.com/machenxi/moonshot-bundler-bot","commit_stats":null,"previous_names":["machenxi/moonshot-bundler-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machenxi/moonshot-bundler-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-bundler-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-bundler-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-bundler-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-bundler-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machenxi","download_url":"https://codeload.github.com/machenxi/moonshot-bundler-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-bundler-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["bundler","bundler-bot","cli","dex","moonshot-bundler-bot","solana","spl-token","telegram-bot","trading-bot","web3"],"created_at":"2025-09-17T23:02:54.003Z","updated_at":"2026-05-18T03:31:17.643Z","avatar_url":"https://github.com/machenxi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moonshot Bundler Bot\n\nHigh‑speed bundler and volume bot for Moonshot on Solana. Build and send bundled transactions (priority fees, ATAs, placeholder swaps) with low latency. Includes Telegram alerts and a CLI.\n\n## What is Moonshot?\n\nMoonshot is a Solana DEX focused on ultra‑fast token launches and micro‑cap trading. It lets you trade new tokens instantly, using AMMs and Solana’s low‑latency network.\n\n## Features\n\n- Bundled transaction builder (priority fees + multi‑ix)\n- Create ATAs, SOL transfers, and swap placeholders\n- Volume bot with rate limiting\n- Telegram notifications for key actions\n- TypeScript, @solana/web3.js, SPL tokens\n\n## How it works\n\n1) Build a bundle of instructions from config\n2) (Optional) add priority fees and compute units\n3) Send one transaction containing all actions\n4) Confirm and notify via Telegram\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js \u003e= 18.17\n- Solana RPC (Helius/Triton or mainnet RPC)\n- bs58‑encoded keypair secret\n\n### Install\n\n```bash\nnpm install\n```\n\n### Configure\n\nCopy `env.example` to `.env` and fill values:\n\n```ini\nRPC_URL=https://api.mainnet-beta.solana.com\nKEYPAIR_BASE58=...\nLOG_LEVEL=info\nTELEGRAM_BOT_TOKEN=123:ABC\nTELEGRAM_CHAT_ID=123456789\n```\n\nUse example configs:\n\n- `config.bundle.example.json`\n- `config.volume.example.json`\n\n### Run\n\n```bash\nnpm run build\nnode dist/index.js bundle -c config.bundle.example.json --dry-run\nnode dist/index.js volume -c config.volume.example.json\n```\n\n## Bot Workflows\n\n- Sniper: monitor → validate → buy → confirm → alert → optional auto‑sell\n- Volume: timed loop → buy/sell with small sizes and rate limits\n\n## Notes\n\n- Replace placeholder `moonshotProgram` with the real program id when available.\n- Integrate with actual Moonshot pool swap/route for production.\n\n## Telegram Contact\n\n- Contact: t.me/@lorine93s\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachenxi%2Fmoonshot-bundler-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachenxi%2Fmoonshot-bundler-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachenxi%2Fmoonshot-bundler-bot/lists"}