This software allows you to create automated transactions on the zkSync Era. Features:
- Check wallets balance.
- Send mail via Dmail.
- Swap on SyncSwap, 1inch, Odos, Maverick and more.
- Deposit and withdraw on EraLend.
- Mint free NFTs.
- Wrap and unwrap ETH
- Approve, Transfer, Increase Allowance to random address
- Install Python 3.11+.
git clone https://github.com/holmenov/ZkSync-Transactions.git
.cd ZkSync-Transactions
.pip install -r requirements.txt
.- Paste your keys and proxies to
wallets_data.xlsx
inWALLETS
worksheet. - Paste your api-keys to
wallets_data.xlsx
inAPI
worksheet. - Set settings in
settings.py
. - Start
main.py
file.