bitcoin-merkle-proof
Merkle proof builder
Builds and verifies Bitcoin Merkle proof objects for efficient block transmission
Build and verify Bitcoin Merkle proofs
12 stars
5 watching
6 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ethers/bitcoin-proof | A Merkle proof library for Bitcoin transactions | 32 |
bitcoinjs/merkle-lib | A performance-oriented library for efficiently calculating Merkle roots and trees | 30 |
cosmos/ics23 | A standard representation of merkle proofs that can be generated by many storage implementations and validated by various client libraries. | 116 |
bobg/merkle | A library that efficiently calculates Merkle roots and proofs from streams of byte strings | 19 |
mappum/webcoin | A decentralized Bitcoin client and payment system built on Node.js and the browser. | 412 |
mappum/bitcoin-net | An implementation of Bitcoin's peer-to-peer networking in JavaScript for both Node.js and browser environments. | 24 |
yosriady/merkle_tree | A pure Elixir implementation of a data structure used in cryptography and digital signatures | 96 |
benleim/huff-merkle | A smart contract that distributes tokens using a Merkle tree and the Huff language | 12 |
zk-ml/linear-regression-demo | Verifies the accuracy of a private machine learning model on Ethereum using a zk-SNARK proof | 213 |
hackergrrl/ipfs-hyperlog | A Merkle DAG implementation for replicating immutable data in a peer-to-peer network | 57 |
chaintope/bip-schnorrrb | A Ruby implementation of the Schnorr signature scheme over elliptic curves. | 7 |
zokrates/zokrates | Toolbox for implementing and deploying zkSNARKs on the Ethereum blockchain | 1,828 |
merklejerk/solpp | A preprocessor and flattener for Ethereum's Solidity source files | 112 |
bcgit/bc-csharp | A .NET implementation of cryptographic algorithms and protocols. | 1,673 |
keydonix/uniswap-oracle | A general-purpose price feed oracle built on Uniswap v2 using merkle proofs | 256 |