Skip to content
#

bft

Here are 49 public repositories matching this topic...

SKALE BFT consensus is universal, modern, modular, high-performance, asynchronous, provably-secure, agent-based Proof-of-Stake blockchain consensus engine in C++ 17. Used by SKALE elastic blockchains. Easy and flexible enough to implement your own blockchain or smart contract platform. BLS signatures and Binary Asynchronous Consensus are main building blocks.

  • Updated Sep 30, 2021
  • C++
KrishnaPG
KrishnaPG commented Oct 20, 2019

This looks good work.

For cross-language support, it would be good to go deep into one language with runtime support, rather than going wide and providing compile-time linking options for many languages.

For example, once C/C++ implementation is done, please:

  • provide connectivity options to invoke the API through HTTP/2, WebSockets, RPC etc. so that all other languages, such as

Improve this page

Add a description, image, and links to the bft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bft topic, visit your repo's landing page and select "manage topics."

Learn more