Token Airdrop
A component for managing and claiming token airdrops with merkle proof verification.
W3Kit Token(W3K)
Amount: 1000 W3K
Start Time
Mar 25, 2025, 08:29 PM
End Time
Apr 2, 2025, 08:29 PM
Token Address
0x1234567890123456789012345678901234567890
Merkle Root
0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890
Test Token(TEST)
Amount: 500 TEST
Start Time
Mar 27, 2025, 08:29 PM
End Time
Apr 9, 2025, 08:29 PM
Token Address
0x0987654321098765432109876543210987654321
Merkle Root
0x0987654321abcdef0987654321abcdef0987654321abcdef0987654321abcdef
Demo Token(DEMO)
Amount: 2500 DEMO
Start Time
Mar 19, 2025, 08:29 PM
End Time
Mar 25, 2025, 08:29 PM
Token Address
0x5555555555555555555555555555555555555555
Merkle Root
0x5555555555555555555555555555555555555555555555555555555555555555
Installation
Run the following command to add the Token Airdrop component to your project:
npx w3-kit@latest add token-airdrop
This will:
- Create the component in your
components/ui
directory - Add all necessary dependencies to your package.json
- Set up required configuration files
- Add merkle proof verification utilities to your project