A high-performance copy trading bot for Solana, leveraging Raydium AMM pools and gRPC for ultra-low latency trade execution.
- Copy Trading: Automatically mirrors trades from a master account to follower accounts.
- Raydium AMM Integration: Executes trades on Raydium pools for deep liquidity and fast settlement.
- gRPC Communication: Uses gRPC for efficient, low-latency messaging between components.
- Typescript: Written in TypeScript for type safety and maintainability.
- Node.js (v16+)
- Yarn or npm
- Solana CLI
- Raydium SDK
git clone https://github.com/Rabnail-SOL/raydium-grpc-copytrading-bot.git
cd raydium-grpc-copytrading-bot
yarn install- Copy
.env.exampleto.envand fill in your Solana wallet and RPC details. - Update
config.tswith your desired trading pairs and settings.
yarn start- The bot listens for trades on a master account and replicates them on follower accounts in real time.
- All trades are executed via Raydium AMM pools for optimal speed and price.
Pull requests are welcome! For major changes, please open an issue first.
MIT
This project is not affiliated with Raydium or Solana. Use at your own risk.