A modified version of the Raft consensus protocol for highly-efficient cooperative Ethereum SSV implementations
Go to file
Zahary Karadjov 2533fb346b
Add license and .editorconfig
2023-08-03 19:58:40 +03:00
.editorconfig Add license and .editorconfig 2023-08-03 19:58:40 +03:00
LICENSE-APACHEv2 Add license and .editorconfig 2023-08-03 19:58:40 +03:00
LICENSE-MIT Add license and .editorconfig 2023-08-03 19:58:40 +03:00
README.md Add license and .editorconfig 2023-08-03 19:58:40 +03:00

README.md

nim-raft

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