mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-02-21 19:48:16 +00:00
26 lines
486 B
Markdown
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
|
|
```
|