pgpainless/pgpainless-wot-cli
Paul Schaub 688b13fdc4
Add sequoia-wot-vectors module
2023-07-14 17:42:47 +02:00
..
src Add sequoia-wot-vectors module 2023-07-14 17:42:47 +02:00
README.md Move the API definition to wot-dijkstra 2023-07-12 17:05:34 +02:00
build.gradle Add module pgpainless-wot-cli 2023-07-12 17:03:50 +02:00

README.md

Command Line Interface for the Web-of-Trust

This module contains a command line interface application that acts as a front-end for pgpainless-wot. The interface of the application is modelled after the sq-wot reference implementation.

Build

To build the application, navigate into this subdirectory and execute the following command:

../gradlew installDist

A ready-to-use distributable directory can then be found in build/install/ with an executable in build/install/pgpainless-wot-cli/bin/.