Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 809 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 809 Bytes

Deprecated

This solution has been deprecated. Please use Hornet coordinator plug-in when setting up a private Tangle instead.

Compass

Compass is an open-source implementation of an IOTA Network coordinator.

Getting started

  1. Install bazel 0.28.1 from https://bazel.build
  2. Build & install the Compass docker image via bazel run //docker:coordinator
  3. Build & install the LayerCalculator docker image via bazel run //docker:layers_calculator
  4. Look at the run scripts in docs/private_tangle to get you started.

There also exists a more detailed howto for setting up private Tangle networks in docs/HOWTO_private_tangle.md