Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bifrost-technologies/raydium-trading-bot-template

Trading bot template for Raydium V4 AMM pools
https://github.com/bifrost-technologies/raydium-trading-bot-template

amm bot example raydium raydium-bot raydium-sniper solana template trading v4

Last synced: about 21 hours ago
JSON representation

Trading bot template for Raydium V4 AMM pools

Awesome Lists containing this project

README

        

# RAYDIUM AMM Trading Bot Template

## About the project
This project is for [RAYDIUM SDK](https://github.com/raydium-io/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`

- ``: replace to your own one
- ``: replace to your prefer one
- ``: target token address
- ``: target raydium pool address

### Usage

- `npm run build` build the scripts
- `npm run swapBot` run the trading bot example