Implementation of Verifying a Merkle Tree in Solidity
-
Updated
Mar 12, 2023 - JavaScript
Implementation of Verifying a Merkle Tree in Solidity
Demonstration of Merkle root verification with Javascript/Typescript on blockchain
A tool to visualize Merkle trees, generate multi-proofs, and demonstrate the proof application process.
Alchemy University Ethereum Bootcamp module 2 final project in rust
Typescript functions for generating PORPOISE commitments and survey Merkle trees in node environment.
Merkle hash tree implementation in golang
A Merkle tree implementation in Rust 🌲🦀
TypeScript Implementation of RFC9162
Construct Merkle Trees and verify proofs in Golang.
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.
A library of hashing algorithms commonly used in blockchain applications.
Simple merkle tree smart contract + generator for study purpose
Utilize the Merkle tree data structure for secure verification and minimal memory usage. The root hash represents the list, enabling efficient confirmation of names. Optimize memory by traversing the tree with sibling hashes, ensuring constant memory consumption. Streamline gift distribution with minimal server memory requirements.
Solution to the project from Week 2 from Alchemy University.
A rust crate that implements merkle trees to verify the integrity of downloaded files from a grpc server
A foundry project to airdrop tokens using Merkle Proofs to decide eligibility of a recipient address.
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."