- Support for all popular EVM networks - Ethereum, Arbitrum, Optimism, Polygon, Fantom, Avalance, BSC
- Scanning of networks for stablecoins on balance
- Bridge via Stargate
- Complete randomization of paths and timings. No patterns
- Simultaneous operation of multiple accounts in different threads
- Automatic refuel from the Okex exchange (withdraw of the native token to pay gas)
- Install Python 3.9.2 (another version is possible, but I can't vouch for it)
- Go to the directory with the repository (you will probably have a different path):
cd stargate-bridger
- Initialize the virtual environment and install the dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Set up config.py (timings, supported networks)
- Add private keys in private_keys.txt
- Run:
python3 main.py