Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 763 Bytes

Intro

This example is part of Learweb3.io Senior learning path: - Creating large airdrops in a gas-efficient way using Merkle Trees

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

Run

npx hardhat test

ToDo

Some ideas: - Modify the code to allow the Merkle Tree could be updatable

More learning

https://proto.school/merkle-dags