These docs are for v1.5.2. Click to read the latest docs for v1.15.1.

woleet-cli

Woleet Command Line Interface or woleet-cli is an open source command line tool on top of the Woleet API.
The tool is written in Go and has been tested on Windows, macOS and Linux.

Currently, the tool provides 2 commands:

  • the anchor command, allowing to recursively anchor all files in a given directory
  • the sign command, allowing to recursively sign all files in a given directory (using Woleet Backend Kit to generate signature).

The tool scans a folder recursively and anchors or sign all files found. It gathers proof receipts automatically and stores them beside anchored or signed files.

To sum up, this tool can be used to generate and maintain the set of timestamped proofs of existence or signatures for all files in a given directory.

You can access the tool and get a detailed documentation on GitHub.