This project is for RAYDIUM SDK Trading Bot template
npm install
This will install the dependencies for running the bot
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
npm run build
build the scriptsnpm run swapBot
run the trading bot example