Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

VolodymyrVozniak/layer0-aptos-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repo allows you to bridge USDT from Polygon, Arbitrum and BSC to Aptos using Aptos Bridge from LayerZero for multiple wallets.

Instructions

  1. Make sure to have python, pip and git installed.

  2. Clone this repo:

git clone https://github.com/VolodymyrVozniak/layer0-aptos-bridge.git
  1. Go to a directory:
cd layer0-aptos-bridge
  1. Add your private keys to data/wallets.txt (paste private keys, each from the new line, press Ctrl+O, Enter and Ctrl+X):
nano data/wallets.txt
  1. Add your Aptos addresses to data/aptos_wallets.txt (paste public addresses, each from the new line, press Ctrl+O, Enter and Ctrl+X):
nano data/aptos_wallets.txt
  1. Create virtual environment (can skip this step):
python -m venv env
  1. Activate virtual environment (must run every time you connect to a server):
source env/bin/activate
  1. Install python requirements (install only once):
pip install -r requirements.txt
  1. Run the script to use Aptos Bridge:
python main.py
  1. You can modify the following parameters in main.py:
    • SLEEP_FROM: The lowest value to sleep between wallets in seconds;
    • SLEEP_TO: The highest value to sleep between wallets in seconds;
    • AMOUNT_FROM: The lowest value to bridge in USDT;
    • AMOUNT_TO: The highest value to bridge in USDT;
    • RANDOM_WALLETS: Rather to shuffle wallets;
    • WALLETS_PATH: Path for file with private keys (each private key from new line).
    • APTOS_WALLETS_PATH: Path for file with Aptos public addresses (each address from new line).



This repo was created for "STD" group.

Donation: 0x34Ec371BA620e6C67A115a6794D44FED038Cc78C

About

Bridge USDT using Aptos Bridge from Layer0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages