20. The Business Logic

In the previous chapter, I explained that the business logic of a Tendermint blockchain network is encapsulated in an Application BlockChain Interface (ABCI) application. So, as a developer, you just need to write an application to control how the network processes and validates transactions. Each ABCI application is a blockchain. Here are some examples:

  • The Binance decentralized exchange is an application blockchain designed for crypto exchange operations. It is built on top of Tendermint.

  • The basecoin application creates a blockchain network with a native cryptocurrency. You can extend the token to support your own cryptocurrency features by forking the project. See https://github.com/tendermint/basecoin.

  • The ETGate ...

Get Building Blockchain Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.