Solana Trojan Bot forked

Forked Solana Trojan bot with copy trading and sniper features on pumpfun and bonkfun, raydium. Implemented manual buy /sell on pumpfun. Ensuring in the same block and capturing new token mint By using Jito shredstream and Helius RPC and Jupiter aggregator v6. wallet keypair generation securely

Trading Infrastructure
Solana
MEV
Performance-Sensitive Systems
Solana Trojan Bot forked - Roswelly Rust / smart contract project screenshot
Status: Active

Project Overview

Forked Solana Trojan bot with copy trading and sniper features on pumpfun and bonkfun, raydium. Implemented manual buy /sell on pumpfun. Ensuring in the same block and capturing new token mint By using Jito shredstream and Helius RPC and Jupiter aggregator v6. wallet keypair generation securely

A forked Solana Trojan bot with copy trading and sniper features across Pump.fun, Bonkfun, and Raydium. The critical requirement is same-block execution on new token mints - missing the first block usually means missing all the alpha.

I implemented manual buy/sell paths on Pump.fun and a sniper that consumes Jito shredstream + Helius gRPC feeds, routes via Jupiter aggregator v6, and bundles via Jito for atomic inclusion. Keypair generation and storage are hardened, and the whole system is Rust + Anchor on-chain with a Node.js/TypeScript operator layer.

Technical Implementation

Architecture

A modular architecture cleanly separating on-chain programs, low-latency data ingestion, and the user-facing app. On-chain code is written in Rust or Solidity with strict test coverage; off-chain services run on Node.js / Rust backends with Redis and PostgreSQL for hot and durable state respectively, containerized for reproducible deploys.

Smart Contracts

Programs are implemented in Rust with the Anchor framework on Solana, or in Solidity on EVM chains, with strict access control, exhaustive error handling, and gas / compute-unit optimization. Every state transition is covered by unit and integration tests before mainnet deployment.

Performance & Reliability

Where the project is performance-sensitive, the hot path is optimized end-to-end: zero-copy parsing, connection pooling, Redis-backed caches, Jito / Nozomi inclusion for Solana, and careful batching for EVM. Monitoring and alerts cover latency, inclusion rate, and PnL so regressions surface immediately.

Technologies Used

Rust
Anchor
web3.js
React
Typescript
MongoDB
Redis
Node.js
Jupiter aggregator v6
Helius Grpc
Jito shredstream

Project Links