Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 583 Bytes

dex-swapper

This bot allows you to swap tokens on random dexes. Perfect for simulating network activity.

Available dexes: 1inch, uniswap, dodex.

Tested networks: optimism, arbitrum.

Setup bot

  1. Download ZIP and extract it to a folder
  2. Install node.js: https://nodejs.org/en/ (LTS)
  3. Paste your private keys in privateKeys.txt , each proxy on a new line
  4. Fill your settings in config.js
  5. Open folder with the bot in cmd
cd <path to folder with script>
  1. Install dependencies
npm install
  1. Start
node index