Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ In this sub-category, you can learn how to run an application through ScalarDL.

For details on how to run an application, see the following guides:

- [Run an Application Through ScalarDL Ledger and ScalarDL Auditor](getting-started-auditor.mdx)
- [Getting Started with ScalarDL Auditor](getting-started-auditor.mdx)
2 changes: 1 addition & 1 deletion versioned_docs/version-3.9/develop-samples-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ In this sub-category, you can learn how to run sample applications that take adv

To set up and run a sample application, see the following guide:

- [Run a Simple Bank Account Application](applications/simple-bank-account/README.mdx)
- [A simple bank account application](applications/simple-bank-account/README.mdx)
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ In this sub-category, you can learn how to write business logic for a ScalarDL a
For details on how to write business logic, see the following guides:

- [Model Your Data](data-modeling.mdx)
- [Write a Contract](how-to-write-contract.mdx)
- [Write a Function](how-to-write-function.mdx)
- [A Guide on How to Write a Good Contract for ScalarDL](how-to-write-contract.mdx)
- [A Guide on How to Write Function for ScalarDL](how-to-write-function.mdx)