485 B
485 B
Witness Seed 3.0 Quickstart
Prerequisites
- Haskell Stack (or GHC/Cabal)
- Optional: JSON library for data parsing
Setup
- Clone the repository:
git clone <repo-url>
- Navigate to
haskell/witness_seed_3.0
- Run
stack build
to compile
Run
Execute: stack run
Output
Fieldprints are printed when coherence thresholds are met. Future versions will write to data/
in JSON.
Test
Run unit tests: stack test
See README.md for the full vision.