Construct merkle trees with MerkleTree.js and verify merkle proofs in Solidity.
-
Updated
Mar 13, 2022 - JavaScript
8000
Construct merkle trees with MerkleTree.js and verify merkle proofs in Solidity.
Solidity NFT whitelist contract example using MerkleTree.js for constructing merkle root and merkle proofs.
Verifying merkle multiproofs in solidity example (unaudited)
MerkleMe allows you to create a whitelist without needing to understand or implement your own Merkle Tree. It allows you to generate proofs on the fly without running a node server. With MerkleMe, adding a whitelist to your project is as simple as copy + paste & integrating one simple post request into your frontend.
Project aims to Distribute tokens through an airdrop mechanism that uses Merkle proofs for efficient verification. Rewards users who stake their ERC-20 tokens by providing yield over a 30-day period.
Checking Merkle proofs of modified patricia trees used by Ethereum
An implementation of Merkle Trees for verifying whitelisted recipient of an Airdrop
A Tornado Cash style zk-mixer demo on js
Whitelist Dapp using Merkle Tree proof
Construct merkle trees with MerkleTree.js and verify merkle proofs in Solidity for quantum resistance
Application that uses a Merkle tree to determine if a name is on the nice list 🎁
Implementation of Verifying a Merkle Tree in Solidity
A set of scripts are used to deploy and interact with the NFTAirdrop smart contract. Key feature is using a Merkle root for airdrop.
This exercise demonstrates how you can use the Merkle tree to check if a data item is in a set without having to store the set.
Practicing Merkle tree structure
Alchemy University : Week 2 challenge
Secure token distribution using Merkle Trees and Elliptic Curve Digital Signature Algorithm
Add a description, image, and links to the merkle-proof topic page so that developers can more easily learn about it.
To associate your repository with the merkle-proof topic, visit your repo's landing page and select "manage topics."