mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-25 00:13:10 +00:00
26 lines
484 B
Markdown
26 lines
484 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 -v coordination-layer/test_*
|
|
```
|