Skip to content

A Whitelist Dapp using merkle tree to verify users, we are not storing the address of each user in the contract, we are only storing the root of the merkle tree which gets initialized in the constructor.

Notifications You must be signed in to change notification settings

RV12R/merkle_Whitelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

merkle_Whitelist

A Whitelist Dapp using merkle tree to verify users, we are not storing the address of each user in the contract, we are only storing the root of the merkle tree which gets initialized in the constructor. Used in many cases like Airdrops

About

A Whitelist Dapp using merkle tree to verify users, we are not storing the address of each user in the contract, we are only storing the root of the merkle tree which gets initialized in the constructor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published