Skip to content

samui68400/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 accounts.example.csv accounts.csv

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

Usage

./run.sh

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

Contact

Telegram

Email

Thanks for use

Buy me a coffee

bxdoan.eth

or

paypal

About

some help for zksync incentive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%