merkle-tree-stream
Merkle generator
A JavaScript module generating a Merkle tree from incoming data
A stream that generates a merkle tree based on the incoming data.
103 stars
5 watching
12 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafintosh/hyperlog | A Merkle DAG implementation that replicates logs based on causal linking and can be used to create secure, decentralized feeds. | 470 |
mafintosh/tar-stream | A streaming tar parser and generator for JavaScript applications | 413 |
mafintosh/torrent-stream | A Node.js module providing low-level streaming access to torrent files | 1,952 |
mafintosh/pumpify | Combines multiple streams into a single stream for pipelining and error handling | 256 |
mafintosh/ansi-diff-stream | Transforms input buffers into an ANSI-formatted diff stream | 108 |
mafintosh/hyperfilter | A lightweight filter function for distributed streams of data | 33 |
mafintosh/pump | Pipes multiple streams together and destroys them when one closes | 908 |
mafintosh/peek-stream | Transforms data streams to pause processing before parsing | 56 |
bitcoinjs/merkle-lib | A performance-oriented library for efficiently calculating Merkle roots and trees | 30 |
mrichard/generator-marionette | Generates a full-stack JavaScript application using Express, Marionette, Backbone, and other tools for building scalable web applications. | 329 |
bobg/merkle | A library that efficiently calculates Merkle roots and proofs from streams of byte strings | 18 |
mafintosh/duplexify | Turns a writable and readable stream into a single streams2 duplex stream with support for async initialization and input from both streams1 and streams2. | 191 |
mafintosh/hyperpipe | Distributes input/output operations between multiple systems using a key-based architecture. | 119 |
vijayee/js-ipfs-merkle-dag | A JavaScript implementation of the Merkle DAG data structure used in IPFS networks | 1 |
mafintosh/deejay | Enables real-time music broadcasting across a local network | 126 |