Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 593 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 593 Bytes

aptos_multi_swap

  • Python script to use 2 DEX (PancakeSwap, LiquidSwap) on Aptos

How to install and run:

  1. Clone the repository:

    git clone https://github.com/BlathanAevon/aptos_multi_swap.git
  2. Go into the repository:

     cd aptos_multi_swap
  3. Put Aptos private keys into wallets.txt

  4. Set preferable settings in settings.py

  5. Run the script:

    Windows:

    .\scripts\run.bat

    Linux, MacOS, FreeBSD:

    ./scripts/run.sh