blockset 0.4.0

BLOCKSET command line tool
blockset-0.4.0 is not a library.
Visit the last successful build: blockset-0.3.3

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.

Commands

  • content hash validation:
    blockset validate 3v1d4j94scaseqgcyzr0ha5dxa9rx6ppnfbndck971ack
    
  • calculate a content hash of a file:
    blockset hash ./README.md
    
  • add content of a file to the local storage cdt0/:
    blockset add ./README.md
    blockset add ./LICENSE --to-posix-eol
    
  • get a file by a content hash
    blockset get ngd7zembwj6f2tsh4gyxrcyx26h221e3f2wdgfbtq87nd ./old.md
    
  • information about the repository
    blockset info