This repository just contains the auditor's standalone Web site. The actual auditing logic is part of the 'exchange.git' repository. To build the auditor web page stand alone, make sure you have GNUnet installed (e.g. via apt install gnunet) for the required gnunet-ecc support, and run the following steps from the repository root: $ git submodule init $ git submodule update --remote $ make