Lesson 3 - Explore operations and queries
In this lesson, data on the Chromia blockchain platform will be manipulated. Writing operations for creating users, posting content, and managing follower relationships will be demonstrated with clear Rell code examples. Testing methodologies to ensure your dapp's integrity will also be explored.
Additionally, the focus will be on retrieving data through queries. The lesson will start with simple queries to gather user information and follower statistics, gradually progressing to more complex queries that involve pagination and sorting. Finally, manual testing of queries using the Chromia CLI will be covered.