Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.93 KB

README.md

File metadata and controls

75 lines (51 loc) · 1.93 KB

Sniper-Alpha (Telegram Solana Sniper bot)

This project is for sniping tokens on Raydium, Moonshot. It tracks the migration transaction on Raydium from Pump.fun, Moonshot, and send buy transaction as soon as it's tracked. It also tracks marketcap using bitquery and if it hits the condition, it will buy & send a message to telegram. Then do auto-sell according to the marketcap of that token.

Screenshots

image

image

Main features

  • Tracking migration transaction on Raydium, Moonshot
  • Auto-buy & sell according to the marketcap
  • Send message to telegram(Users can set their own configurations via Telegram)

Tech stack

  • Node.js
  • Typescript
  • Solana/web3.js
  • Raydium SDK
  • Bitquery API
  • Telegram API
  • Jito
  • Redis

How to use

  1. Clone the repository from github
git clone https://github.com/btcoin23/Sniper-Alpha.git
  1. Install dependencies
yarn install
  1. Create .env file and edit it. You need to add REDIS_URI, RPC_URL, WSS_URL, BOT_TOKEN, BOT_ID, PRIVATE_KEY

.env file

REDIS_URI=
RPC_URL=
WSS_URL=
BOT_TOKEN=
BOT_ID=
PRIVATE_KEY=
  1. Run the project
yarn start

Author