Tag
#merkle-root
13 repositories
Repos
🌱 Construct Merkle Trees and verify proofs in JavaScript. By @miguelmota
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.
A performance conscious library for merkle root and tree calculations.
This has the basic solidity code, where you can verify and test Merkle proof with Merkle Tree and root hash
Repo to better understand Merkle Tree Proof and Merkle Patricia Trie Data Structure
Merkle tree chunking is a technique used to split large amounts of data into smaller chunks and create a Merkle tree out of them. The root of the Merkle tree can be stored on the blockchain, allowing for efficient verification of the integrity of the data. This method is used to enable larger inscriptions on the Bitcoin blockchain ...
Merkle-based claim system with Solidity, Node.js, React, and MetaMask integration
Incremental Merkle Tree (IMT) - a specialized form of a Merkle tree designed to allow for efficient appending of new elements
The Merkle Airdrop system enables the distribution of tokens via airdrops in a secure and gas-efficient manner using Merkle proofs to verify claims. This repository contains the smart contracts, testing suite, and deployment scripts necessary for setting up and managing a Merkle Airdrop.