Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.2 KB

Blockchain Token Liquidity Monitor and Buyer

This project is a Node.js script that monitors liquidity additions for a specific token on PancakeSwap and automatically executes a purchase of a specified amount of WBNB when liquidity is detected.

Features

  • Monitors liquidity additions for a token on PancakeSwap (Binance Smart Chain).
  • Automatically buys tokens with WBNB as soon as liquidity is detected.
  • Configurable slippage, gas limit, gas price, and purchase amount directly in the code.

Technologies Used

  • Node.js - Backend development platform.
  • ethers.js - Library to interact with Ethereum and related blockchains.
  • express.js - Minimalist web framework for building servers.
  • chalk - Library for styling terminal output.

Prerequisites

Before running this project, make sure you have:

Installation

  1. Clone the repository:

    git clone https://github.com/augustompm/ChainScout.git
    

License This project is licensed under the MIT License

Code by @augustompm