GithubHelp home page GithubHelp logo

jumaiii / layerzero-bridger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cppmyk/layerzero-bridger

0.0 0.0 0.0 103 KB

Software to automate the random use of LayerZero bridges by multiple accounts simultaneously

Python 100.00%

layerzero-bridger's Introduction

layerzero-bridger

The layerzero-bridger is an app with the command-line interface that provides various functionalities for working with LayerZero bridges. It allows you to generate private keys, withdraw funds from exchanges, and execute bridges multiple times in a random sequence.

Features

  • Support for all popular EVM networks - Ethereum, Arbitrum, Optimism, Polygon, Fantom, Avalanche, BSC
  • Scanning of networks for stablecoins/BTC.b on balance
  • Bridge via Stargate, BTC.b
  • Complete randomization of paths and timings. No patterns
  • Simultaneous operation of multiple accounts in different threads
  • Automatic refuel from Binance and Okex exchanges (withdrawal of the native token to pay gas fees)

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 layerzero-bridger
  1. Initialize the virtual environment and install the dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Read the documentation:
python3 lz.py -h 
  1. Run one of the supported commands:
python3 lz.py generate <num_keys> [<filename>]
python3 lz.py withdraw <token> <network> <min_amount> <max_amount> [--min_time=<min_time>] [--max_time=<max_time>] [--keys=<private_keys>] [--exchange=<exchange>]
python3 lz.py run <bridger_mode> [--keys=<private_keys>] [--refuel=<refuel_mode>] [--limit=<limit>]

layerzero-bridger's People

Contributors

cppmyk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.