Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 532 Bytes

Liquidity Sniper for Raydium (Solana)

Made this codebase for fun and profit. this code won't make you money. this is only for learning purpose. use this at your own risk.

Prerequisite

  • Node.js (LTS is prefered) (I used 18.x.x LTS for this repo.)

Setup

  • Install Packages: npm install or yarn install
  • Update Config/Enviorment Variables in .env.sample and rename it to .env

Run

  • Run Liquidity Listener/Searcher: node index.js
  • Run Buyer Program: node buyer.js
  • Run Seller Program: node seller.js