26 lines
486 B
Markdown

# 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
```bash
noirup
```
## Tests
From the repository root run:
```bash
python -m unittest discover -v coordination-layer
```