Skip to content

vile/zksync-allocation-checker

Repository files navigation

zkSync Allocation Checker

Quick Python script to check ZK allocations across many wallets.

Requirements

  1. Python (>=3.11; <4)
  2. Poetry (optional)

Usage

Clone Repo

git clone https://github.com/vile/zksync-allocation-chcker.git

Or download ZIP via HTTPS.

Include your wallets

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

Quick Start

Make (install dependencies, start script):

make

Install Requirements

If using Poetry:

poetry install --no-root

If using Pip:

pip install -r requirements.txt

Start Script

Using Makefile:

make start

Invoke with Python:

python3 main.py

About

Script to check $ZK token allocations across many wallets at once.

Topics

Resources

License

Stars

Watchers

Forks