What is Woleet CLI?

Woleet CLI (for Woleet Command Line Interface) 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 main commands:

  • the anchor command, allowing to recursively anchor all files in a given directory to create timestamped proofs of existence
  • the sign command, allowing to recursively sign all files in a given directory to create timestamped proofs of signature (using Woleet.ID Server).

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

The tool also provides an export command, allowing to download all the proof receipts from your Woleet account

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.