📄️ Introduction
This section covers the advantages of Rell and its position within
📄️ Core concepts
Language overview
📄️ Rell modules
The Rell dapp consists of modules. A module is either a single .rell file or a directory with one or multiple .rell files.
🗃️ Rell language features
7 items
🗃️ Rell test module
4 items
📄️ Rell dapp code optimization
This topic provides insights into the process of analyzing and optimizing your dapp code written in Rell. You can use the Chromia CLI to examine SQL statements generated by your dapp, identify performance bottlenecks, and implement optimizations.