A Node.js tool to check multiple wallet address eligibilities for Grass airdrop. This script checks wallet addresses against the Grass API. No need to connect wallet
- No proxy required
- Calculates and displays individual and total token allocations
- Colored output for easy identification of eligible addresses
- Does not require any wallet connection
- Node.js: Ensure you have Node.js installed. You can download it from Node.js.
-
Clone the repository:
git clone https://github.com/dmytrmk/Grass-Multi-Airdrop-Checker.git
-
Navigate to the project directory:
cd Grass-Multi-Airdrop-Checker
-
Install the dependencies:
npm install
-
Prepare your
wallet_addresses.txt
file with one wallet address per line:WALLET1... WALLET2... WALLET3...
-
Run the airdrop checker:
node index.js
The script will output each checked address with its allocation (if any) and display the total allocation at the end.
WALLET1...: 0.00
WALLET2...: 0.00
WALLET3...: 47.58
WALLET4...: 12.26
WALLET5...: 22.52
WALLET6...: 23.14
Total Allocation: 105.50
Eligible addresses with non-zero allocations are displayed in green.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have any questions, please open an issue on GitHub or contact me via email (available on my GitHub profile).
This tool is for informational purposes only. Always verify your eligibility through official channels. The authors are not responsible for any errors or omissions in the results provided by this tool.