Skip to content

Instantly share code, notes, and snippets.

View williamdemeo's full-sized avatar

William DeMeo williamdemeo

View GitHub Profile
@williamdemeo
williamdemeo / 20250923-cl-fls-conformance-testing.md
Last active September 23, 2025 22:18
Cardano Ledger Conformance Testing

fls/cl conformance tests notes

These notes describe running conformance tests on the Cardano blockchain ledger---specifically, we test the native Haskell implementation against the Agda-generated Haskell code of the formal specification.

We'll create

fls = a directory where we clone the [formal-ledger-specifications][] repo.

@williamdemeo
williamdemeo / zola.md
Created January 2, 2019 21:46
Migrating to Zola
@williamdemeo
williamdemeo / hakyll.md
Last active January 2, 2019 21:47
migrate from octopress to hakyll

Migrating to hakyll

Sequence of commands that worked for me

sudo apt remove hakyll-dev
stack upgrade
stack install hakyll
hakyll-init open-notebook-wjd

cd open-notebook-wjd/