DEV Community

TateLyman
TateLyman

Posted on

I Built a 5700-Line Solana Trading Bot — Source Code Available

After months of building, here is what the bot does:

Features (44 commands)

  • Token scanner with risk analysis (honeypot detection, liquidity check)
  • Jupiter V6 swaps with Jito MEV protection
  • Auto-sniper for new launches
  • Copy-trading whale wallets
  • Portfolio tracker with P&L
  • Price alerts
  • Limit orders
  • Volume tools
  • Staking calculator

Tech Stack

  • Node.js
  • @solana/web3.js
  • Jupiter V6 API
  • Helius DAS API
  • Jito bundles
  • Telegram Bot API
  • 12 background workers
  • 21 data files

Try It

Bot is live: @solscanitbot on Telegram

Full source code with setup guide available for developers who want to fork it or learn from the architecture.

Details: devtools-site-delta.vercel.app/sol-bot-source

Happy to discuss the architecture. Built everything from scratch — no frameworks, pure Node.js.

Top comments (0)