486 B

Coordination Layer

This module provides the executable specifications of the Coordination Layer (CL).

Setup

We are currently experimenting with the Noir Language. In order to run the specification, you will need to install Noir.

Follow the instructions here: https://noir-lang.org/docs/getting_started/installation/

Verify the installation by running

noirup

Tests

From the repository root run:

python -m unittest discover -v coordination-layer