abci-ex: An Elixir implementation of the ABCI protocol for Tendermint

Hi everyone,
I want to show library I’m working on: abci-ex library implements the ABCI protocol and can be used to write ABCI applications for Tendermint in Elixir.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language - and securely replicates it on many machines.

Here you can find more information about Tendermint and ABCI application.

5 Likes

This is very cool, did you ever look at implementing wasm based smart contracts with this? Or hell even elixir ones.

1 Like

How is the Tendermint BFT algorithm different from Hashgraph’s gossip about gossip?