Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 619 Bytes

RAYDIUM AMM Trading Bot Template

About the project

This project is for RAYDIUM SDK Trading Bot template

Getting Started

Installation

npm install

This will install the dependencies for running the bot

Prerequisites

Modify swapBot.ts to fit your configuration`

  • <YOUR_WALLET_SECRET_KEY>: replace to your own one
  • <YOUR_RPC_URL>: replace to your prefer one
  • <TOKEN_ADDRESS>: target token address
  • <POOL_ADDRESS>: target raydium pool address

Usage

  • npm run build build the scripts
  • npm run swapBot run the trading bot example