You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The goal of this project is to learn how to implement a smart contract for an airdrop that uses a Merkle tree for whitelisting addresses. I learnt how to generate a Merkle root from a list of eligible addresses, implement a Solidity contract that verifies claims against this Merkle root, and manage the airdrop process.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"