Skip to content

Rabnail-SOL/raydium-grpc-copytrading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raydium Copy Trading Bot

A high-performance copy trading bot for Solana, leveraging Raydium AMM pools and gRPC for ultra-low latency trade execution.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js (v16+)
  • Yarn or npm
  • Solana CLI
  • Raydium SDK

Installation

git clone https://github.com/Rabnail-SOL/raydium-grpc-copytrading-bot.git
cd raydium-grpc-copytrading-bot
yarn install

Configuration

  1. Copy .env.example to .env and fill in your Solana wallet and RPC details.
  2. Update config.ts with your desired trading pairs and settings.

Running the Bot

yarn start

Usage

  • 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.

Contributing

Pull requests are welcome! For major changes, please open an issue first.

License

MIT


This project is not affiliated with Raydium or Solana. Use at your own risk.

About

Copy trading bot that works on raydium amm pool using grpc with super low latency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published