Skip to content

Commit efe75a1

Browse files
committed
getting started
1 parent 2a7f066 commit efe75a1

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

docs/v3/guidelines/quick-start/getting-started.mdx

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Welcome to the TON Quick start guide! This guide will give you a starting point
1515
1616
## What you'll learn
1717

18-
- Interact with TON Ecosystem: wallets and explorers.
19-
- Set up the development environment: use the Blueprint SDK for developing `smart contracts` using the `FunC`, `Tact`, and `Tolk` programming languages.
20-
- Send transactions and read from TON Blockchain using your preferred programming language and available `SDKs`.
21-
- Core concepts of TON Blockchain: `messages`, `smart contracts`, `addresses`, etc.
22-
- Basic templates are ready to implement your project logic.
18+
- Understand the key principles of TON Blockchain, including `messages`, `smart contracts`, and `addresses`.
19+
- Interact with TON Ecosystem, including wallets and blockchain explorers.
20+
- Interact with TON Blockchain, such as reading from and writing data.
21+
- Set up a development environment using the `SDK` for `smart contract` development.
22+
- Start writing smart contracts using the `FunC`, `Tolk`, and `Tact` programming languages in TON.
2323

2424
## Concept of smart contract
2525

@@ -49,7 +49,7 @@ Contrary to what might seem intuitive, invoking `get methods` from other contrac
4949

5050
Before we start our journey to becoming TON developers, we should become advanced users of TON! Let's create your own `wallet`, send a few transactions, and see how our actions are reflected on the blockchain using `explorers`.
5151

52-
### Step 1: Create a new wallet using an app
52+
### Step 1: create a new wallet using an app
5353

5454
The simplest way to create a `wallet` is to visit https://ton.org/wallets and choose one of the wallet apps from the list. They are all pretty similar, so let's choose [Tonkeeper](https://tonkeeper.com/). Go ahead, install it, and run it.
5555

@@ -65,13 +65,13 @@ Transactions in TON always require some amount of funds, as executing a smart co
6565

6666
- For `Mainnet`, you can get `Toncoins` by simply pressing the buy button in the user interface or asking someone to send them to your `address`. You can copy the address from the wallet app, which is usually located near your balance.
6767

68-
:::warning
68+
:::info
6969
Don't worry, sharing your `address` is **totally safe**, unless you don't want it to be associated with you.
7070
:::
7171

7272
- For the `Testnet` version, you can request funds from the [Testgiver Ton Bot](https://t.me/testgiver_ton_bot/) **completely for free**! After a short wait, you will receive 2 `Toncoins` that will appear in your wallet app.
7373

74-
### Step 3: Creating Testnet wallet
74+
### Step 3: creating Testnet wallet
7575

7676
If you decide to use the `Testnet` version, you can do so by following the guide below.
7777

@@ -99,7 +99,7 @@ To create Testnet wallet, click *`Wallet`* -> *`Add Wallet`* -> *`TestnetAccount
9999
</div>
100100

101101

102-
### Step 4: Exploring TON Blockchain
102+
### Step 4: exploring TON Blockchain
103103

104104
Congratulations! We’ve created our first wallet and received some funds in it. Now, let's take a look at how our actions are reflected in the blockchain. We can do this by using various [explorers](https://ton.app/explorers/).
105105

@@ -161,11 +161,10 @@ And here we are — our wallet contract is deployed and ready to use. Let's exam
161161
- **Code**: Shows raw smart contract code compiled from `FunC`/`Tact`/`Tolk`.
162162
- **Methods**: Allows execution of `get methods` to retrieve persistent contract data.
163163

164-
## Next steps:
164+
## Next steps
165165

166-
- Try experimenting with the `wallet app` and `wallet smart contract`: create another wallet contract in your wallet app and try sending transactions between them.
167-
- Continue to [Blockchain Interaction](/v3/guidelines/quick-start/blockchain-interaction/reading-from-network/) if you want to learn how to interact with smart contracts outside the blockchain.
168-
- Or dive into [Developing Smart Contracts](/v3/guidelines/quick-start/developing-smart-contracts/setup-environment/) to learn how to develop `smart contracts` yourself!
166+
- Now that you’ve tried the `wallet app`, take a moment to explore further: create another `wallet account`, try sending some TON between them, and observe how the transactions appear in the explorer.
167+
- When you're ready, move on to the next step: [Reading from network](/v3/guidelines/quick-start/blockchain-interaction/reading-from-network)
169168

170169
**Happy creating on TON!**
171170

0 commit comments

Comments
 (0)