Skip to content

A set of solidity whitelisting implementations for educational purposes.

Notifications You must be signed in to change notification settings

JhonatanHern/smart-whitelisting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to the whitelisting problem

There are differend ways to whitelist users. This repo demonstrates three different options.

The contracts and the tests both are named Imp[index][whitelistingMethod].[js/sol]

More implementations will be added with time.

Current implementations

1 - traditional mapping

2 - signatures

3 - merkle trees

Implementations to be added:

  • Ownership of NFTs
  • Balance of token amount

About

A set of solidity whitelisting implementations for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published