2025-04-29 05:06:51 -05:00
|
|
|
# Witness Seed 3.0 Quickstart
|
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
- Haskell Stack (or GHC/Cabal)
|
2025-04-29 06:56:37 -05:00
|
|
|
- Required: `aeson` for JSON parsing
|
2025-04-29 05:06:51 -05:00
|
|
|
|
|
|
|
## Setup
|
|
|
|
1. Clone the repository: `git clone <repo-url>`
|
|
|
|
2. Navigate to `haskell/witness_seed_3.0`
|
|
|
|
3. Run `stack build` to compile
|
|
|
|
|
|
|
|
## Run
|
|
|
|
Execute: `stack run`
|
|
|
|
|
|
|
|
## Output
|
2025-04-29 06:56:37 -05:00
|
|
|
Anomaly fieldprints are printed when coherence thresholds are met, based on `data/sample_transactions.json`.
|
2025-04-29 05:06:51 -05:00
|
|
|
|
|
|
|
## Test
|
|
|
|
Run unit tests: `stack test`
|
|
|
|
|
|
|
|
See [README.md](README.md) for the full vision.
|