Skip to content

Commit 1885f21

Browse files
committed
sent case
1 parent d2ad412 commit 1885f21

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

docs/v3/documentation/smart-contracts/overview.mdx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Smart contract creation, development, and deployment on TON Blockchain leverages
99
* [Tact](/v3/documentation/smart-contracts/overview#-tact)
1010
* [FunC](/v3/documentation/smart-contracts/overview#-func)
1111

12-
## Quick Start: Your First Smart Contract
12+
## Quick start: your first ssmart contract
1313

1414
Write and deploy your first smart contract with the *Blueprint* framework.
1515

@@ -30,15 +30,15 @@ Read more
3030

3131
<Button href="https://stepik.org/course/176754/" colorType={'secondary'} sizeType={'sm'}>
3232

33-
TON Blockchain Course
33+
TON Blockchain course
3434

3535
</Button>
3636

3737

3838

39-
## Getting Started
39+
## Getting started
4040

41-
### Fun and Easy Tutorials
41+
### Fun and easy tutorials
4242

4343
Kickstart your journey with our beginner-friendly guides:
4444
* [TON Hello World: Step-by-step guide for writing your first smart contract](https://helloworld.tonstudio.io/02-contract/)
@@ -51,7 +51,7 @@ Kickstart your journey with our beginner-friendly guides:
5151
- [🚩 Challenge 6: Analyzing NFT sales on the Getgems marketplace](https://github.com/romanovichim/TONQuest6)
5252
* [TON development playlist](https://www.youtube.com/playlist?list=PLQ5rEj25H3U2P5qp7nsgVtNGYxEojnnez) [[RU version]](https://www.youtube.com/playlist?list=PLOIvUFGfwP93tZI_WnaLyJsZlskU4ao92)
5353

54-
### TON Course
54+
### TON course
5555

5656
:::tip
5757
Before starting the course, make sure you have a solid 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.
@@ -64,7 +64,7 @@ It consists of __nine modules__ and covers the basics of the TON Blockchain, the
6464
<Button href="https://stepik.org/course/176754/promo"
6565
colorType={'primary'} sizeType={'sm'}>
6666

67-
Check TON Course
67+
Check TON course
6868

6969
</Button>
7070

@@ -85,15 +85,15 @@ RU
8585
</Button>
8686

8787

88-
### Comprehensive Guides
88+
### Comprehensive guides
8989

9090
For those who prefer detail and nuance, visit:
9191

9292
* [How to work with wallet smart contracts](/v3/guidelines/smart-contracts/howto/wallet)
9393

9494

9595

96-
## Examples of Smart Contracts
96+
## Examples of smart contracts
9797

9898
Explore ready-made smart contract examples and tools provided by the TON community.
9999

@@ -106,13 +106,13 @@ Standard examples of smart contracts on TON include wallets, electors (which man
106106

107107
<Button href="/v3/documentation/smart-contracts/contracts-specs/examples" colorType={'primary'} sizeType={'sm'}>
108108

109-
Open Examples
109+
Open examples
110110

111111
</Button>
112112

113113

114114

115-
## Smart Contract Best Practices
115+
## Smart contract best practices
116116

117117
TON offers endless possibilities. Learn how to make the most of them while adhering to recommended guidelines.
118118

@@ -126,7 +126,7 @@ Discover the engine that runs your smart contracts.
126126

127127

128128

129-
## Programming Languages
129+
## Programming languages
130130

131131
### 📘 FunC
132132

@@ -135,7 +135,7 @@ The tailor-made language for TON smart contracts.
135135

136136
<Button href="/v3/documentation/smart-contracts/func/overview" colorType={'primary'} sizeType={'sm'}>
137137

138-
FunC Overview
138+
FunC overview
139139

140140
</Button>
141141

@@ -160,14 +160,14 @@ Read more
160160
<Button href="https://tact-lang.org/"
161161
colorType={'secondary'} sizeType={'sm'}>
162162

163-
Official Site
163+
Official website
164164

165165
</Button>
166166

167167
<Button href="https://docs.tact-lang.org/"
168168
colorType={'secondary'} sizeType={'sm'}>
169169

170-
Tact Docs
170+
Tact docs
171171

172172
</Button>
173173

@@ -188,7 +188,7 @@ Under active development.
188188

189189
<Button href="/v3/documentation/smart-contracts/tolk/overview" colorType={'primary'} sizeType={'sm'}>
190190

191-
Tolk Overview
191+
Tolk overview
192192

193193
</Button>
194194

@@ -201,20 +201,20 @@ Only for the brave!
201201

202202
<Button href="/v3/documentation/smart-contracts/fift/overview" colorType={'primary'} sizeType={'sm'}>
203203

204-
Fift Overview
204+
Fift overview
205205

206206
</Button>
207207

208208

209-
## Community Tools
209+
## Community tools
210210

211211
* [MyLocalTON](/v3/guidelines/nodes/running-nodes/running-a-local-ton) — MyLocalTON is used to run a private TON Blockchain in your local environment.
212212
* [tonwhales.com/tools/boc](https://tonwhales.com/tools/boc) — BOC parser
213213
* [tonwhales.com/tools/introspection-id](https://tonwhales.com/tools/introspection-id) — crc32 generator
214214
* [@orbs-network/ton-access](https://www.orbs.com/ton-access/) — decentralized API gateway
215215

216216

217-
## Further Reading
217+
## Further reading
218218

219219
Enhance your skillset with these community-driven educational resources.
220220

@@ -224,7 +224,7 @@ Enhance your skillset with these community-driven educational resources.
224224
* [TON development playlist](https://www.youtube.com/playlist?list=PLQ5rEj25H3U2P5qp7nsgVtNGYxEojnnez) [[RU version]](https://www.youtube.com/playlist?list=PLOIvUFGfwP93tZI_WnaLyJsZlskU4ao92)
225225

226226

227-
## Additional Resources
227+
## Additional resources
228228

229229
* [What is blockchain? What is a smart contract? What is gas?](https://blog.ton.org/what-is-blockchain)
230230
* [Understanding Transaction Fees](/v3/guidelines/smart-contracts/fee-calculation)

docs/v3/documentation/smart-contracts/transaction-fees/accept-message-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Feedback from '@site/src/components/Feedback';
22

3-
# Accept Message Effects
3+
# Accept message effects
44

55
The `accept_message` and `set_gas_limit` TVM primitives play a crucial role in managing gas limits and transaction processing in TON smart contracts. While their basic functionality is documented in the [stdlib reference](/v3/documentation/smart-contracts/func/docs/stdlib#accept_message), their effects on transaction processing, gas limits, and contract balances can be complex and have important security implications. This page explores these effects in detail, particularly focusing on how they impact external and internal message processing.
66

docs/v3/documentation/smart-contracts/transaction-fees/fees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Feedback from '@site/src/components/Feedback';
22

3-
# Transaction Fees
3+
# Transaction fees
44

55
Every TON user should keep in mind that _commission depends on many factors_.
66

docs/v3/documentation/tvm/specification/runvm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Feedback from '@site/src/components/Feedback';
22

33

4-
# RUNVM Specification
4+
# RUNVM specification
55

66
Currently, TVM does not provide a mechanism for executing external untrusted code within a secure sandbox environment. In other words, any external code invoked has unrestricted access and can permanently modify the contract's code and data or trigger actions such as transferring all funds.
77

sidebars/documentation.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = [
111111
},
112112
{
113113
type: 'category',
114-
label: 'Fift Language',
114+
label: 'Fift language',
115115
items: [
116116
'v3/documentation/smart-contracts/fift/overview',
117117
'v3/documentation/smart-contracts/fift/fift-and-tvm-assembly',
@@ -127,7 +127,7 @@ module.exports = [
127127
'v3/documentation/dapps/dapps-overview',
128128
{
129129
type: 'category',
130-
label: 'DeFi Principles',
130+
label: 'DeFi principles',
131131
items: [
132132
'v3/documentation/dapps/defi/coins',
133133
'v3/documentation/dapps/defi/tokens',
@@ -190,7 +190,7 @@ module.exports = [
190190
items: [
191191
{
192192
type: 'doc',
193-
label: 'Proof of Stake',
193+
label: 'Proof-of-stake',
194194
id: 'v3/documentation/infra/nodes/validation/staking-incentives',
195195
},
196196
'v3/documentation/infra/nodes/validation/collators',
@@ -201,7 +201,7 @@ module.exports = [
201201
'v3/documentation/infra/minter-flow',
202202
{
203203
type: 'category',
204-
label: 'Cross-chain Bridges',
204+
label: 'Cross-chain bridges',
205205
items: [
206206
{
207207
type: 'doc',
@@ -210,7 +210,7 @@ module.exports = [
210210
},
211211
{
212212
type: 'doc',
213-
label: 'Bridges Addresses',
213+
label: 'Bridges addresses',
214214
id: 'v3/documentation/infra/crosschain/bridge-addresses',
215215
},
216216
],
@@ -301,19 +301,19 @@ module.exports = [
301301
'v3/documentation/tvm/tvm-exit-codes',
302302
{
303303
type: 'link',
304-
label: 'TVM Instructions',
304+
label: 'TVM instructions',
305305
href: '/v3/documentation/tvm/instructions',
306306
},
307307
{
308308
type: 'category',
309-
label: 'TVM Specification',
309+
label: 'TVM specification',
310310
items: [
311311
'v3/documentation/tvm/specification/runvm',
312312
],
313313
},
314314
{
315315
type: 'category',
316-
label: 'TVM Changelog',
316+
label: 'TVM changelog',
317317
items: [
318318
'v3/documentation/tvm/changelog/tvm-upgrade-2024-04',
319319
'v3/documentation/tvm/changelog/tvm-upgrade-2023-07',
@@ -347,7 +347,7 @@ module.exports = [
347347
},
348348
{
349349
type: 'link',
350-
label: 'Catchain Consensus Protocol',
350+
label: 'Catchain consensus protocol',
351351
href: 'https://docs.ton.org/catchain.pdf',
352352
},
353353
],

0 commit comments

Comments
 (0)