Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 234 Bytes

Merkle Whitelist Example

Simple Solidity whitelist contract using Merkle tree. Can be directly inherited by contract which wishes to implement whitelist functionality.

To test:

yarn hardhat compile
yarn hardhat test