mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-02-13 07:46:35 +00:00
486 B
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