Update README

This commit is contained in:
Miguel Mota 2022-11-30 20:34:50 -08:00
parent e5a4f72eb7
commit 683d0dc1a9
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@ npm test
- Q: Is there an NFT whitelist example in Solidity? - Q: Is there an NFT whitelist example in Solidity?
- A: Check out the example repo [merkletreejs-nft-whitelist](https://github.com/miguelmota/merkletreejs-nft-whitelist) on how to generate merkle root of whitelisted accounts and merkle proofs with this library and verify them in Solidity. - A: Check out the example repo [merkletreejs-nft-whitelist](https://github.com/miguelmota/merkletreejs-nft-whitelist) on how to generate merkle root of whitelisted accounts and merkle proofs with this library and verify them in Solidity.
- Q: What other types of merkle trees are supported?
- Besides standard `MerkleTree`, there's also `MerkleMountainRange`, `MerkleSumTree`, and `IncrementalMerkleTree` implemenation classes available.
- Q: Is there a CLI version of this library? - Q: Is there a CLI version of this library?
- Yes, see [merkletreejs-cli](https://github.com/miguelmota/merkletreejs-cli). - Yes, see [merkletreejs-cli](https://github.com/miguelmota/merkletreejs-cli).