<

Tian Chen

VPE, Technical Writer, Elixir Enthusiast

Tian Chen has over fifteen years of experience working in the software industry. He currently works at ArcBlock Inc. as VP of Engineering. Tian is an Elixir lover and blockchain technology evangelist, he loves the beauty of the concurrency model of Elixir and worked hard to push it to the blockchain world.

Past Activities

Tian Chen
Code BEAM SF 2019
28 Feb 2019
16.25 - 17.10

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.