Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

pp2p/paranoid-legacy

Repository files navigation

Paranoid

Build Instructions

To run the unit tests recursively for the entire project, run go test ./... from this directory.

To run the integration tests recursively for the entire project run go test ./... -tags=integration from this directory.

To build a specific binary, consult the README file for that directory.

Hosted Discovery Server

There is a discovery server running at paranoid.discovery.razoft.net:10101 which can be used to avoid running a discovery server locally while testing.