Agda specification for the hydra-protocol.
To produce the specification PDF in result/
:
nix build
In a nix shell (nix develop
or using nix-direnv
) you can type check:
agda src/Hydra/Protocol/Main.lagda
or build the PDF iteratively:
shake
with the specification PDF available in _build/hydra-spec.pdf
.