Skip to main content

Lesson 5 - Understand blockchain state and transactions

In this lesson, you'll learn how Chromia manages transactions and states. You'll explore how user-signed transactions are validated, applied to the dapp table state, and committed to the blockchain.

You'll also learn how to query the current state of your dapp and how to query the blockchain for all transactions to see the relationship between blockchain transactions and the dapp table state.

Finally, you'll see an example of updating a book's title and how these changes affect both the blockchain and the state.