An automated script to check token allocations for a list of wallets on the Zora platform.
It reads wallet addresses from a wallets.txt
file, sends POST requests to the API, and calculates the total amount of tokens.
- 📥 Reads wallet addresses from
wallet.txt
. - 🌐 Sends automated requests to
https://zora-checker.vercel.app/api/check-allocation
. - 🔄 Retries failed requests up to 3 times.
- ⏱ Adds delay between requests to avoid spamming the API.
- 📊 Calculates total tokens across all wallets.
- ✅ Clean and informative console output.
checker.js
— The core script.wallets.txt
— Add your wallet addresses here (one per line).package.json
— Contains dependencies (node-fetch
if using Node.js < 18).README.md
— You're reading it!
-
Clone the repository:
git clone https://github.com/stepanbux/zora_checker.git cd zora_checker
-
Install dependencies:
npm install
-
Add wallet addresses: Create a
wallets.txt
file in the project directory and list each wallet address on a new line. Ensure each address:- Starts with
0x
- Is exactly 42 characters long
Example
wallets.txt
:0xYourWalletAddress1 0xYourWalletAddress2 0xYourWalletAddress3
- Starts with
-
Run the Script
node checker.js
This project is licensed under the MIT License. You are free to use, modify, and distribute this software as per the license terms.
For support or inquiries, join our Telegram group:
_ _ _ _ _ _____ _
| | | (_) | | | | / ____| | |
| |__| |_ __| | __| | ___ _ __ | | ___ __| | ___
| __ | |/ _` |/ _` |/ _ \ '_ \| | / _ \ / _` |/ _ \
| | | | | (_| | (_| | __/ | | | |___| (_) | (_| | __/
|_| |_|_|\__,_|\__,_|\___|_| |_|\_____\___/ \__,_|\___|
Zora Checker by stepanBD
https://t.me/hidden_coding