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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access