Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 864 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 864 Bytes

Multi Airdrop Checker

A simple tool to check for all major airdrops using provided addresses.

Supported projects

Aethir, Aiarena, Carv, Debridge, Eigenlayer, Energy, Grass, Ionet, Kresko, Layerzero, Optimism, Orderly, Scroll, Scroll, Spectral, Taiko, Zksync

Installation

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/clemntg/multi-airdrop-checker.git
    cd multi-airdrop-checker
  2. Install the necessary dependencies:

    npm install # or use yarn

Setup

  1. Fill in the address files in the addresses folder with the addresses you want to check.

Usage

  1. Start the airdrop checker:
    npm start

Contributing

Feel free to open issues or submit pull requests if you have any improvements or fixes.