Skip to content

medisanaa/anime-airdrop-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Multi Checker

A simple Node.js tool for automating the SIWE (Sign-In with Ethereum) flow and checking ANIME token allocations for multiple wallets.

How it works

It works by following the steps of the official online checker https://www.anime.xyz/checker. First it receives the nonce and signs the login message with the private key (it doesn't send it to server) and then it checks the allocation with the acquired access token. Finally displays the results in the console.

workflow


Prerequisites

  1. Node.js (version 18.xx or later recommended)
  2. keys.txt file containing private keys (one key per line).

Installation

  1. Clone or download this repository.
   git clone https://github.com/tacknuzz/anime-airdrop-checker.git
  1. Install Node.js if you haven’t already. Download Node.js here.

  2. Navigate to the folder containing the index.js in your terminal. (Or double click the start.bat if you are on windows)

  3. Install required npm packages:

    npm install

Usage

  1. Prepare your keys.txt file, placing one Ethereum private key per line:

    0x123abc...
    0x456def...
    0x789...
    
  2. Run the script in your terminal:

    node index.js
  3. View the console output to see each wallet address and corresponding ANIME allocation.


Notes

  • Rate-limiting (HTTP 429 errors) may occur if you query too many wallets too quickly.
  • This tool is for educational and testing purposes only.

About

Multi checker for Azuki's $ANIME airdrop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Batchfile 6.0%