Skip to content

Commit aa1a05d

Browse files
authored
Update overview.mdx
1 parent b969fa9 commit aa1a05d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/v3/guidelines/dapps/overview.mdx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import Button from '@site/src/components/button'
22

33
# 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.
55

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.
97

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.
109

1110
<Button href="/v3/guidelines/dapps/tma/overview" colorType={'primary'} sizeType={'sm'}>
1211

@@ -26,13 +25,13 @@ Choose an SDK
2625
## TON Course: DApps
2726

2827
:::tip
29-
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.
3130
:::
3231

3332
The [TON Blockchain Course](https://stepik.org/course/176754/) is a comprehensive guide to TON Blockchain development.
3433

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.
3635

3736

3837
<Button href="https://stepik.org/course/176754/promo"
@@ -61,7 +60,7 @@ RU
6160

6261
## Basic Tools and Resources
6362

64-
Here are some key resources that you'll need throughout your DApp development journey:
63+
Here are key resources for your DApp development journey:
6564

6665
1. [Developer Wallets](/v3/concepts/dive-into-ton/ton-ecosystem/wallet-apps)
6766
2. [Blockchain Explorers](/v3/concepts/dive-into-ton/ton-ecosystem/explorers-in-ton)
@@ -81,7 +80,7 @@ Working with assets? These guides cover the essentials:
8180

8281
### Introduction to DeFi
8382

84-
Interested in decentralized finance (DeFi)? Here's how to handle different types of assets:
83+
Interested in decentralized finance (DeFi)? These resources explain how to manage different asset types:
8584

8685
- [Understanding Toncoin](/v3/documentation/dapps/defi/coins)
8786
- [Tokens: Jettons & NFTs](/v3/documentation/dapps/defi/tokens)
@@ -117,7 +116,7 @@ Interested in decentralized finance (DeFi)? Here's how to handle different types
117116

118117
- [Zero-Knowledge Proofs](/v3/guidelines/dapps/tutorials/zero-knowledge-proofs)
119118

120-
### Wallets Examples
119+
### Wallet Examples
121120

122121
- [Desktop standard wallet (C++ and Qt)](https://github.com/ton-blockchain/wallet-desktop)
123122
- [Android standard wallet (Java)](https://github.com/ton-blockchain/wallet-android)
@@ -126,7 +125,7 @@ Interested in decentralized finance (DeFi)? Here's how to handle different types
126125

127126
## 👨‍💻 Contribution
128127

129-
Missing some crucial material? You can either write a tutorial yourself or describe the problem for the community.
128+
Missing some crucial material? You can either write a tutorial yourself or describe the issue to the community.
130129

131130

132131
<Button href="/v3/contribute/participate" colorType="primary" sizeType={'sm'}>

0 commit comments

Comments
 (0)