Quick Python script to check ZK allocations across many wallets.
- Python (>=3.11; <4)
- Poetry (optional)
git clone https://github.com/vile/zksync-allocation-chcker.git
Or download ZIP via HTTPS.
List all of the wallets you want to check in wallets.txt
.
Each line consists of a single wallet.
E.g.
0x0000000000000000000000000000000000000001
0x0000000000000000000000000000000000000002
0x0000000000000000000000000000000000000003
0x0000000000000000000000000000000000000004
Make (install dependencies, start script):
make
If using Poetry:
poetry install --no-root
If using Pip:
pip install -r requirements.txt
Using Makefile:
make start
Invoke with Python:
python3 main.py