Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

argentcs/layer_zero_bridger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargate bridger

Software to automate the use of Stargate Bridge by multiple accounts

Features

  • Support for all popular EVM networks - Ethereum, Arbitrum, Optimism, Polygon, Fantom (not working for now), Avalance, BSC. 6 networks for 10$
  • 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)
  • for LayerZero fans.

Usage

  1. Install Python 3.9.2 (another version is possible, but I can't vouch for it)
  2. Go to the directory with the repository (you will probably have a different path):
cd stargate-bridger
  1. Initialize the virtual environment and install the dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Set up config.py (timings, supported networks)
  2. Add private keys in private_keys.txt
  3. Run:
python3 main.py

About

layer zero bridger layerzero

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages