https://github.com/hylcore-v/frontrunning-sniper-bot
Front running bot that auto buys and sells on Ethereum or Binance chains.
https://github.com/hylcore-v/frontrunning-sniper-bot
binance ethereum pcs-bot sniper-bot trading-bot uniswap-bot
Last synced: about 1 month ago
JSON representation
Front running bot that auto buys and sells on Ethereum or Binance chains.
- Host: GitHub
- URL: https://github.com/hylcore-v/frontrunning-sniper-bot
- Owner: hylcore-V
- Created: 2024-11-24T14:42:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T15:14:46.000Z (over 1 year ago)
- Last Synced: 2025-02-06T13:17:58.471Z (over 1 year ago)
- Topics: binance, ethereum, pcs-bot, sniper-bot, trading-bot, uniswap-bot
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FrontRunning Bot
Welcome to the Frontrunning Bot repository! 👋 We hope you find this bot useful in your trading endeavors. If you appreciate the work we've put into this project, please consider leaving a ⭐️ star on the repository. We promise we won't front-run your decision to leave a star! 😜
## What is a FrontRunning Bot?
Front running bots are bots that have the ability to anticipate a big transaction that is going to change the token price, sometimes going up to 100%. By executing trades before the transaction is made public, the bot can take advantage of the price increase and generate profits.
## How to Run the FrontRunning Bot
To run the front running bot, follow these steps:
### Step 1: Install Node.js
If you don't already have Node.js installed, you can download it from the official website: [https://nodejs.org/](https://nodejs.org).
### Step 2: Install NPM Dependencies
Once you have Node.js installed, navigate to the project directory and run the following command to install the necessary dependencies:
```bash
npm install
```
### Step 3: Configure the Bot
The bot can be configured by editing the bot.js file. There are two variables that need to be edited:
var wss = "wss://your-fastlynode-url": This variable should be replaced with the WebSocket node URL that you want to use. You can obtain this URL from [FastlyNode](https://fastlynode.com/).
const secretKey = "your secret key": This variable should be replaced with your secret key, which can be obtained from a web3 wallet like MetaMask. Be sure to keep your secret key safe and secure.
### Step 4: Run the Bot
To run the bot, execute the following command:
```bash
npm start
```