Skip to content

Multi-chain mempool trading bot with sniper, frontrun, backrun, and sandwich modules. Works across BSC, Ethereum, Avalanche, Polygon, and more.

Notifications You must be signed in to change notification settings

Novus-Tech-LLC/BSC-Mempool-Frontrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BSC/EVM Mempool Frontrun Bot

A mempool monitoring and frontrunning bot targeting EVM-compatible networks, including Binance Smart Chain (BSC), Ethereum (ETH), Avalanche (AVAX), Polygon (MATIC), Fantom (FTM), Cronos (CRO), Harmony (ONE), Milkomeda (MilkADA), Moonforce, and Pinksale.

This project is provided for research and educational purposes only. Use responsibly and in accordance with applicable laws and platform terms.

Features

  • Multi-chain EVM support
  • Mempool transaction decoding (via abi-decoder)
  • Web3-based interaction with nodes (web3)
  • Configurable runtime parameters (see src/env.js and src/constants.js)

Requirements

  • Node.js and npm (LTS recommended)
  • Windows users: Visual Studio C++ Build Tools (only if native modules are required)

Getting Started

  1. Install dependencies:

    • Navigate to the src directory and install packages.
    cd src
    npm install
  2. Configure environment:

    • Update src/env.js with your RPC endpoints and credentials (e.g., private key).
    • Adjust src/constants.js for chain IDs, contract addresses, gas settings, and other operational parameters.
  3. Run the bot:

    node frontrun.js

Configuration

  • src/env.js: Sensitive runtime values such as RPC URLs and private keys. Keep this file secure and never commit secrets.
  • src/constants.js: Network and application constants (e.g., router addresses, WETH/WBNB addresses, gas multipliers).

Contact

Platform Link
📱 Telegram t.me/novustch
📲 WhatsApp wa.me/14105015750
💬 Discord discordapp.com/users/985432160498491473
Telegram WhatsApp Discord

Feel free to reach out for implementation assistance or integration support.

Security Notes

  • Never commit private keys or credentials.
  • Prefer environment variables or a secrets manager in production.
  • Use dedicated wallets and risk controls when operating on mainnet.

Legal Disclaimer

This software is provided “as is,” without warranty of any kind. You are solely responsible for compliance with laws, exchange/DEX terms, and all risks (including financial loss) arising from use of this software.

Binaries

Precompiled binaries are not provided in this repository. Build and run from source as described above.

About

Multi-chain mempool trading bot with sniper, frontrun, backrun, and sandwich modules. Works across BSC, Ethereum, Avalanche, Polygon, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published