IntersectMBO / ouroboros-consensus

Implementation of a Consensus Layer for the Ouroboros family of protocols
https://ouroboros-consensus.cardano.intersectmbo.org
Apache License 2.0
34 stars 23 forks source link

[FEAT] - Improve documentation on consensus implementation #110

Open michele-nuzzi opened 1 year ago

michele-nuzzi commented 1 year ago

Internal/External External

Describe the feature you'd like

I'm currently reading the report in the repository to understand Cardano consensus and how to implement it.

however, most of the report is in TODO state.

does anyone have any better resources to understand how consensus works? Are there any people willing to provide practical examples of the consensus implementation?

michele-nuzzi commented 1 year ago

something like the ouroboros-network technical specification would be highly appreciated

dnadales commented 1 year ago

Hi, thanks for the improvement request. The report will probably remain in that state and we will move the documentation gradually into markdown files. However, the report is probably the best source of information so far. We're in the process of updating our documentation site. In the meantime feel free to use the discussions section. Happy hacking!