Skip to content

ShuttleSantalex/merkletree-whitelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merkletree-whitelist

example of merkletree

After discussin with solidity dev:

  1. static list, merkle tree is best
  2. dynamic list signatures (but mainly for adding)
  3. mapping, easiest to add remove, but costs the most in gas (probably best for low gas fees chains such as Polygon network)
  4. you can do some system where you increment a counter and reissue all the sigs (middle ground)

About

example of merkletree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published