Byont-Ventures / web3-sdk

[DRAFT] A series of tools integrating Web3 development tools into a professional project.
4 stars 0 forks source link

Merkle Proof Toolset? #2

Open Luc-Jonkers opened 2 years ago

Luc-Jonkers commented 2 years ago

A Merkle Proofs toolset would be super time efficient and secure, as implementing a Merkle Tree is generally quite complex. So I hope this can be added in the future!

jasperverbeet commented 2 years ago

This library: merkletreejs lets you easily implement one. But perhaps we can add hooks, typings, and utility functions for things like NFT whitelisting.