merkle-tree
There are 460 repositories under merkle-tree topic.
AmazingAng/WTF-Solidity
WTF Solidity 极简入门教程,供小白们使用。Now supports English! 官网: https://wtf.academy
codenotary/immudb
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
google/trillian
A transparent, highly scalable and cryptographically verifiable data store.
merkletreejs/merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
firoorg/firo
The privacy-focused cryptocurrency
cbergoon/merkletree
A Merkle Tree implementation written in Go.
hoophq/sequence
Immutable, scalable, and easy to use ledger service.
cosmos/iavl
Merkleized IAVL+ Tree implementation in Go
theQRL/QRL
Quantum Resistant Ledger
ethereumjs/merkle-patricia-tree
Project is in active development and has been moved to the EthereumJS VM monorepo.
hoytech/quadrable
Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs
zhangchiqing/merkle-patricia-trie
A simplified golang implementation of Ethereum's Modified Patricia Trie.
wangweiX/blockchain-java
A simplified blockchain implementation in Java
polytope-labs/solidity-merkle-trees
The most advanced solidity library for merkle (multi) proof verification of different kinds of merkle trees
antouhou/rs-merkle
The most advanced Merkle tree library for Rust
Tierion/pymerkletools
Python tools for creating Merkle trees, generating Merkle proofs, and verification of Merkle proofs
celestiaorg/smt
A Go library that implements a Sparse Merkle tree for a key-value map.
miguelmota/merkletreejs-solidity
Construct merkle trees with MerkleTree.js and verify merkle proofs in Solidity.
binance/zkmerkle-proof-of-solvency
This is proof of solvency tool for Centralized exchanges built by Binance. Please raise bugs and security issues to https://bugcrowd.com/binance
SpinResearch/merkle.rs
:christmas_tree: Merkle tree in Rust
coniks-sys/coniks-go
A CONIKS implementation in Golang
txaty/go-merkletree
Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.
ameensol/merkle-tree-solidity
JS - Solidity sha3 merkle tree bridge. Generate proofs in JS; verify in Solidity.
dennis-tra/image-stego
🏞 Steganography-based image integrity - Merkle tree nodes embedded into image chunks so that each chunk's integrity can be verified on its own.
BBVA/qed
The scalable, auditable and high-performance tamper-evident log project
yosriady/merkle_tree
:evergreen_tree: Merkle Tree implementation in pure Elixir
attestate/indexed-sparse-merkle-tree
A dapptools-ready and gas-optimized implementation of a sparse merkle tree in Solidity.
NethermindEth/Paprika
A custom storage engine of Nethermind, benefiting from the alignment of the underlying data structure with the layout of State & Storage trees of Ethereum.
piotrmurach/merkle_tree
A merkle tree is a data structure used for efficiently summarizing sets of data, often one-time signatures.
gravity-postquantum/gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Neptune-Crypto/twenty-first
Collection of mathematics routines and cryptography for the twenty-first century
TheDhejavu/the-crypto-project
Go Blockchain implementation with P2p, Proof of work features
miguelmota/merkletreejs-nft-whitelist
Solidity NFT whitelist contract example using MerkleTree.js for constructing merkle root and merkle proofs.
Tierion/merkle-tools
JavaScript tools for creating Merkle trees, generating merkle proofs, and verification of merkle proofs.
fmerg/pymerkle
Merkle-tree in Python