Skip to content

in this project you can find how use Merkle Tree in your smart contracts (evm)

Notifications You must be signed in to change notification settings

jps80/learnweb3io_merkle_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

in this project you can find how use Merkle Tree in your smart contracts (evm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published