mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2026-06-22 04:11:27 +10:00
1290036bb47e147fb2e36f76159cb6201c6f0f99
Solana Sniper Bot
Proof of concept - 2023-04-20
This code is written as proof of concept for demonstrating how we can buy new tokens immediately after liquidity pool is created.
Script listens to new raydium USDC pools and buys token for a fixed amount in USDC. Depending on speed of RPC node, the purchase usually happens before token is available on Raydium for swapping.
Setup
In order to run the script you need to:
- Create a new empty Solana wallet
- Transfer some SOL to it.
- Convert some SOL to USDC.
- We need USDC because the script is buying USDC pairs.
- Export wallet private key and paste it into:
wallet.json - Modify the buy.ts file and enter your RPC endpoint
- Find line where it says:
ENTER RPC ENDPOINT HEREandENTER RPC WEBSOCKET ENDPOINT HEREand replace it with your endpoint
- Find line where it says:
- Run the script by typing:
npm run buyin terminal
Description
Languages
TypeScript
100%