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 is available on Windows, macOS and Linux.

Currently, the tool provides 2 main commands:

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

The tool scans a folder recursively and timestamp or seal 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 timestamp or seal for all files located in a directory.

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