Create a decentralized database with ExAbci and Tendermint

Tendermint is a consensus engine that helps engineers to build various blockchain. It proposed an interface called ABCI (Application BlockChain Interface). ExAbci implemented the interface for elixir. This talk will focus on how to use ExAbci to build a decentralized database on top of it, making the database can survive all kinds of failure of 1/3 of nodes.

OBJECTIVES

Blockchain is not a mysterious tech. This talk will show how easy we can build blockchain related applications with BFT Proof-of-Stake consensus engine. The audiences could learn how to use ExAbci to explore all kinds of possibilities in the blockchain world, or even build their own chain or blockchain enabled applications

TARGET AUDIENCE

Elixir users who has solid knowledge on OTP.