Lesson 5 - Understand blockchain state and transactions
In this lesson, you will learn how Chromia manages transactions and states. You will explore how user-signed transactions are validated, applied to the dapp table state, and committed to the blockchain.
Additionally, you will learn how to query the current state of your dapp and how to retrieve all transactions from the blockchain to understand the relationship between blockchain transactions and the dapp table state.
Finally, you will see an example of updating a book's title and how these changes impact both the blockchain and the state.