datablockset / blockset

The BLOCKSET application is a command line program that can store and retrieve data blocks using a content-dependent tree (CDT) hash function as a universal address of the blocks.
GNU Affero General Public License v3.0
5 stars 0 forks source link
content-addressable-storage cryptohash hashtree

BLOCKSET

The blockset application is a command line program that can store and retrieve data blocks using a content-dependent tree (CDT) hash function as a universal address of the blocks.

Articles:

Prerequisites

Installation

To install the latest stable version from crates.io, run:

cargo install blockset

To install the current version from the main branch, run:

cargo install --git https://github.com/datablockset/blockset

To unininstall the blockset, run:

cargo uninstall blockset

Command line interface.

For Developers

Internal documentation: https://blockset.pages.dev/.

Best practices