Skip to main content

Lesson 3 - Explore operations and queries

In this lesson, you will learn how to manipulate data on the Chromia blockchain platform. The course will guide you through writing operations for creating users, posting content, and managing follower relationships, with clear Rell code examples. You will also explore testing methodologies to ensure your dapp's integrity.

Additionally, you will focus on retrieving data through queries. You will start with simple queries to gather user information and follower statistics and gradually progress to more complex queries that involve pagination and sorting. Finally, you will learn how to test your queries manually using the Chromia CLI.