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.