Software on ZKSYNC ERA - includes the ability to do commission-free swaps(PAYMASTER). Available platforms: Syncswap, Mute.io, Velocore
🤠👉 Our tg-channel: PYTHON DAO
🤗 Supports: elez-dev.eth
EN:
You need Python 3.10.10 to work
This guide details how to install Python - link
-
In the data folder fill the Excel file with private keys
-
All the settings happen in the settings.py file - each line is signed
-
Run through the main.py file
RU:
Для работы нужен Python 3.10.10
В данном гайде подробно описано как установить Python - link
-
В папке data заполняем Excel файл с приватными ключами
-
Все настройки происходят в файле settings.py - каждая строчка подписана
-
Запускаем через файл main.py
EN:
- Selects one of the three DEX
- Buys (USDC,USDT) on DEX with a regular transaction
- Does a paymaster approve for the USDC or USDT
- Does a swap for the stablecoins
- Goes to the next account or repeats the circle
RU:
- Выбирает одну из трёх свапалок
- Покупает на ней стейблы(USDC,USDT) обычной транзакцией
- Делает пеймастер апрув за стейблы
- Делает свап за стейблы
- Идет к следующем аккаунту или повторяет круг
git clone https://github.com/Elez-dev/ZksyncPaymaster.git
cd ZksyncPaymaster-master
pip3.10 install -r requirements.txt
python3.10 main.py