nim-raft/README.md

8 lines
499 B
Markdown
Raw Normal View History

2023-08-03 16:11:18 +00:00
# nim-raft
2023-08-03 16:58:40 +00:00
This project aims to develop an implementation of the Raft consensus protocol that allows for application-specific customizations of the protocol.
We plan to leverage the implementation to create a highly-efficient setup for operating a redundant set of Nimbus beacon nodes and/or validator clients that rely on BLS threshold signatures to achieve improved resilience and security. Further details can be found in our roadmap here:
https://github.com/status-im/nimbus-eth2/issues/3416