Skip to content

bxdoan/zksync-auto

Repository files navigation

zksync-auto

Python script to send ETH transactions and mint NFTs in Zksync Era network every X days. Keeps your accounts active on a regular basis.

NOTE: If you don't want to having problems with claim for a possible Zksync airdrop, this auto script is for you. Do not forget to star and fork from the top right. If you have questions: Chat

Features

  • Send ETH transactions from Ethereum mainnet to Zksync Era network every X days.
  • Mint NFTs in Zksync Era network every X days.

System Requirements:

Python packages

pip install -r requirements.txt

or using pyenv and pipenv

pipenv install

Configurations

Set update some config file in config.json file.

cp .env-example .env
cp config.example.json config.json
cp account.example.csv account.csv

You can create url network for eth and zksync from Alchemy by yourself and update it into config.json. read alchemy

Usage

run with python

python zksync_auto/app.py

or run with pipenv setup

./run.sh

then you will see something like this or log file in tmp folder:

Contact

Telegram Twitter Email

Thanks for use

Buy me a coffee

buymecoffee bxdoan.eth paypal

Releases

No releases published

Packages

No packages published