pgpainless/pgpainless-wot-cli
Paul Schaub 111c84db97
Proper formatting for outputs
2023-07-13 16:53:35 +02:00
..
src Proper formatting for outputs 2023-07-13 16:53:35 +02:00
README.md Move the API definition to wot-dijkstra 2023-07-07 15:41:17 +02:00
build.gradle Remove unused dependency on wkd-java 2023-07-13 16:24:35 +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/.