You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/guidelines/dapps/overview.mdx
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
importButtonfrom'@site/src/components/button'
2
2
3
3
# Getting Started
4
-
Before diving into DApps, make sure you understand the underlying blockchain principles. You might find our [The Open Network](/v3/concepts/dive-into-ton/introduction) and [Blockchain of Blockchains](/v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains) articles useful.
4
+
Before diving into DApps, make sure you understand blockchain fundamentals. You may find our [The Open Network](/v3/concepts/dive-into-ton/introduction) and [Blockchain of Blockchains](/v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains) articles useful.
5
5
6
-
TON DApps are applications without backend, which interact with the blockchain. In most cases, they interact with custom [smart contracts](/v3/documentation/smart-contracts/overview); this documentation provides ways to process standard assets available in TON, both as an example and for quicker DApps development.
7
-
8
-
DApps generally can be written in any programming language having SDK for TON. Actually, the most frequent choice is a website, followed by Telegram mini-apps.
6
+
TON DApps are applications without a backend that interact with the blockchain. In most cases, they work with custom [smart contracts](/v3/documentation/smart-contracts/overview). This documentation explains how to process standard assets available in TON, both as examples and to accelerate DApp development.
9
7
8
+
You can write DApps in any programming language that has an SDK for TON. Most developers build them as websites, followed by Telegram Mini Apps.
Before starting the course, make sure you have a good understanding of the basics of blockchain technology. If you have gaps in your knowledge, we recommend taking the [Blockchain Basics with TON](https://stepik.org/course/201294/promo) ([RU version](https://stepik.org/course/202221/), [CHN version](https://stepik.org/course/200976/)) course.
30
-
Module 3 covers the basic knowledge of Dapp.
28
+
Before starting the course, make sure you have a solid understanding of blockchain basics. If you need a refresher, we recommend taking the [Blockchain Basics with TON](https://stepik.org/course/201294/promo) ([RU version](https://stepik.org/course/202221/), [CHN version](https://stepik.org/course/200976/)) course.
29
+
Module 3 covers core DApp concepts.
31
30
:::
32
31
33
32
The [TON Blockchain Course](https://stepik.org/course/176754/) is a comprehensive guide to TON Blockchain development.
34
33
35
-
Module 5 and 6 completely covers DApps development. You'll learn how to create a DApp, how to work with TON Connect, how to use SDKs and how to work with the blockchain.
34
+
Module 5 and 6 completely fully cover DApp development. You'll learn how to build a DApp, work with TON Connect, use SDKs, and interact with the blockchain.
0 commit comments