Compass is an open-source implementation of an IOTA Network coordinator.
- Install bazel from https://bazel.build
- Build & install the Compass docker image via
bazel run //docker:coordinator
- Build & install the LayerCalculator docker image via
bazel run //docker:layers_calculator
- 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