Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

dat-blob-store is the default blob storage system used by dat, a distributed data synchronization tool. It stores files in a content-addressed manner, creating two copies of each file—one with the original filename and another in a hashed format within a `data.dat/blobs` directory. This project is designed for developers working with dat who need a simple, efficient way to store and retrieve binary data.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mafintosh's profile
mafintosh
5 contributions
okdistribute's profile
okdistribute
1 contributions
mafintosh

mafintosh/dat-blob-store

The blob store dat uses per default

JavaScript
4
1
MIT License

Support the dependencies of mafintosh/dat-blob-store

Account's avatar
mafintosh/content-addressable-blob-store
Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module
Account's avatar
mafintosh/fs-blob-store
blob store that stores blobs on the local file system
Account's avatar
mafintosh/multi-write-stream
Create a writable stream that writes to multiple other writeable streams
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers