Instantiating Consensus
- Ouroboros.Consensus.Tutorial.Simple: Simple round-robin instantiation of the abstract Ouroboros consensus protocol.
- Ouroboros.Consensus.Tutorial.WithEpoch: Example in which the leader schedule depends on data from the chain.
Generating documents
From the ouroboros-consensus
directory, run for your choice of <output file>
:
pandoc -s -f markdown+lhs src-docs/Ouroboros/Consensus/Tutorial/Simple.lhs -o <output file>