Write Business Logic Overview
In this category, you can learn how to write business logic for a ScalarDL application.
📄️ Model Your Data
Data modeling (or in other words, organizing your data) is the process of conceptualizing and visualizing how data will be stored and used by identifying the patterns used to access data and the types of queries to be performed within business operations.
📄️ Write a Contract
This document sets out some guidelines for writing contracts for ScalarDL.
📄️ Write a Function
This document sets out some guidelines for writing functions for ScalarDL.
📄️ Manage Contract and Function Lifecycle
This document explains the lifecycle of contracts and functions in ScalarDL—from creating and registering them to updating them when bug fixes or feature additions are needed.