Lesson 4 - Sign a transaction and filter queries
In this lesson, you will learn how to sign transactions to ensure user authenticity. You'll also create an administrative function called book_keeper
to manage and add books available for review.
Additionally, you will learn how to use queries in Rell for efficient data filtering and sorting. This includes creating queries to filter and sort reviews by their rating.