mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-18 21:10:02 +00:00
9 lines
301 B
Markdown
9 lines
301 B
Markdown
# Consensus
|
|
|
|
This directory contains the implementation of a
|
|
generic consensus algorithm. The implementation
|
|
follows a CRTP design, requiring client code to implement
|
|
specific functions and types to use consensus in their
|
|
application. The interface is undergoing refactoring and
|
|
is not yet finalized.
|