Skip to content

waleed146/AlRDROP-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

AlRDROP-checker

PASSWORD 2024

Airdrop Checker

A Node.js tool to verify wallet address eligibility for ZkSync airdrops. This script reads from an eligibility list CSV file and checks against wallet addresses from a text file, logging eligible addresses with their corresponding amounts in green and saving them to eligible_addresses.txt.

Features

  • Super Fast and Efficient: Provides results in milliseconds due to offline checking.
  • Reads eligibility data from a CSV file
  • Loads wallet addresses from a text file
  • Checks both original and lowercase versions of wallet addresses
  • Logs eligible addresses and amounts in green for easy identification
  • Saves eligible addresses to eligible_addresses.txt

Prerequisites

  • Node.js: Ensure you have Node.js installed. You can download it from Node.js.