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.
- 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)
- Node.js
- Typescript
- Solana/web3.js
- Raydium SDK
- Bitquery API
- Telegram API
- Jito
- Redis
- Clone the repository from github
git clone https://github.com/btcoin23/Sniper-Alpha.git
- Install dependencies
yarn install
- 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=
- Run the project
yarn start