auditor

Public Website for an auditor
Log | Files | Refs | Submodules | README

commit 2e95bd9f19797bc4d19c284c793ff98aaeb99d4f
parent 632428c481776d68977343539925a226496503c8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 20 Apr 2019 12:12:58 +0200

add auditor setup instructions (#5694)

Diffstat:
AREADME | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,11 @@ +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 +