This example is part of Learweb3.io Senior learning path: - Creating large airdrops in a gas-efficient way using Merkle Trees
This project demonstrates how to use Merkle Trees in our SmartContracts. We can use Merkle Trees, for instance, to store information in our SmartContract with more efficiency than storing the data in variables.
Read the test (test\merkle-root.js) for better comprehension
npx hardhat test
Some ideas: - Modify the code to allow the Merkle Tree could be updatable