high-performance open-source Bonkfun Bundler for Solana
A high-performance open-source Bonkfun Bundler for Solana. It allows users to create a token + bundle up to 12 purchases in a single atomic transaction. Features Jito-powered bundles, delay sniping, pure sniping mode, automatic wallet generation, SOL airdrops, and wallet cleanup/refund tools. Optimized for fast meme coin launches on letsbonk.fun.
I open-sourced solana-bonkfun-bundler for developers in Solana Web3 development. This post walks through what it does, how the pieces fit together, and how to run it locally.
Why I built this
- Explore solana bonkfun bundler patterns in solana web3 development
- Fork the repo as a starter template for your own project
- Contribute features, docs, or tests via pull requests
Most tutorials stop at a smart contract or a UI mockup. I wanted a complete vertical slice — wallet flow, on-chain logic, backend state, and a responsive frontend — so you can study or fork a production-shaped codebase.
What it does
- Wallet connect — players sign in with a Solana wallet
- A high-performance open-source Bonkfun Bundler for Solana
- It allows users to create a token + bundle up to 12 purchases in a single atomic transaction
- Features Jito-powered bundles, delay sniping, pure sniping mode, automatic wallet generation, SOL airdrops, and wallet cleanup/refund tools
- Optimized for fast meme coin launches on letsbonk.fun
- Jito-powered atomic bundles
- Non-Jito delayed-snipes
- Pure sniping mode
Architecture at a glance
- Wallet layer — users connect a Web3 wallet to sign transactions
- Application layer — TypeScript backend/frontend tying on-chain and off-chain flows
- Feature — Wallet connect — players sign in with a Solana wallet
- Feature — A high-performance open-source Bonkfun Bundler for Solana
- Feature — It allows users to create a token + bundle up to 12 purchases in a single atomic transaction
User Wallet → On-chain Program → VRF / Settlement
↓
Backend (API + WebSockets) → MongoDB / state
↓
Frontend UI (real-time)
Adjust the diagram to match your repo layout if components differ.
Tech stack
- TypeScript
- Solana
Quick start
git clone https://github.com/DexCrancer/solana-bonkfun-bundler.git
cd solana-bonkfun-bundler
Setup steps:
- Install dependencies (see README — typically npm install or yarn)
- Copy .env.example to .env and fill in RPC, wallet, and API keys
- Run local validator or point to devnet/mainnet as documented
- Start the backend and frontend; connect wallet and create a test room
See the full README for environment variables, deploy scripts, and test commands: https://github.com/DexCrancer/solana-bonkfun-bundler
What to explore in the repo
- Program / contract entrypoints and account models
- API routes and WebSocket event handlers
- Frontend wallet adapter and game room components
- Tests, scripts, and deployment configs
Contributing
Issues and PRs are welcome. If this helped you learn something, a ⭐ on GitHub makes it easier for others to find.
Links
Disclaimer: Educational content only. Not financial advice. Gambling and trading involve risk; use responsibly and comply with local laws.
Top comments (0)