Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bifrost-technologies/raydium-trading-bot-template
- Owner: Bifrost-Technologies
- License: mit
- Created: 2024-03-08T16:58:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:16:19.000Z (4 months ago)
- Last Synced: 2024-08-02T00:52:40.239Z (4 months ago)
- Topics: amm, bot, example, raydium, raydium-bot, raydium-sniper, solana, template, trading, v4
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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