Script will loop through wallet and transfer ETH or USDC from the network with from the bigger balance, wait for
minutes and loop once again
- Install python 3.10+
- Clone repository
- Install required packages
pip install -r requirements.txt
- Fund your wallets with ETH on arbitrum or optimism if you want to bridget ETH
- Fund your wallets with USDC on fantom or polygon and a bit of matic/fantom for commission if you want to bridge USDC.
- Create a keys.txt file with private keys following the example of keys.example.txt
For using ETH bridge:
python use_eth_bridge.py
For using USDC bridge:
python use_usdc_bridge.py