Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 838 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 838 Bytes

Solana Pump.fun sniper bot ( -_•)▄︻テحكـ━一💥

Description

How it works:

  • Pull the the pump.fun website coins
  • Check if the token is about to complete the bounding period
  • Once the bounding is finished, the Bot purchase the token and add it to the watching list
  • After the token is pumped, it book the profit

How to start locally 👨🏼‍💻

  1. Copy the ENV file and update all the ENV params
cp .env.example .env
  1. Install packages
nvm exec npm i
  1. Start the app
nvm exec npm run start:dev

How to run tests

nvm exec npm run test:e2e

Run the docker for local development:

docker-compose --env-file=.env up -d

How to deploy to Heroku:

  1. Create app in Heroku
  2. Update Github secrets with params from CI/CD workflows