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:
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
Internal documentation: https://blockset.pages.dev/.
unsafe
code. Currently, we don't have unsafe
code.const
functions if possible.derive
, cfg
, test
, assert..
, wasm_bindgen_test
.