Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 571 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 571 Bytes

zks_minter

This script registers domain names from https://zks.network/ on the zksync network. It's an additional contract for your accounts. The minting commission is around 30 cents.

installation

Before you can start minting your NFTs, you'll need to install the required dependencies. Open your terminal and execute the following command:

pip install -r requirements.txt

config

Place your private keys in private_keys.txt and domain names in names.txt. Configure settings in the config.py file.

execution

python3 minter.py