From 2fdced90ff2785e075df44bebf0f2481f21fda7b Mon Sep 17 00:00:00 2001 From: Filip Dunder Date: Sat, 13 Jan 2024 12:55:07 +0100 Subject: [PATCH] docs: update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb011b..6c2ac21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Solana Sniper Bot Proof of concept - 2023-04-20 +This code is written as proof of concept for demonstrating how we can buy tokens immediately after liquidity pool is created. +Script listens to new raydium USDC pools and buys token for a fixed amount in USDC. + # Setup -TODO \ No newline at end of file +In order to run script you need to: +- Create new empty solana wallet +- Transfer some SOL to it. +- Convert some SOL to USDC. + - We need USDC because script is buying USDC pairs. +- Export wallet private key and paste it in: `wallet.json` +- Modify the buy.ts file and enter your RPC endpoint + - Find line where it says: `ENTER RPC ENDPOINT HERE` and `ENTER RPC WEBSOCKET ENDPOINT HERE` + and replace it with your endpoint +- Run the script