diff --git a/docs/develop/smart-contracts/README.mdx b/docs/develop/smart-contracts/README.mdx index c62d372b4e..3df4aebd30 100644 --- a/docs/develop/smart-contracts/README.mdx +++ b/docs/develop/smart-contracts/README.mdx @@ -35,6 +35,20 @@ For those who prefer detail and nuance, visit: * [How to work with wallet smart contracts](/develop/smart-contracts/tutorials/wallet) + +## Examples of Smart Contracts + +Explore ready-made smart contract examples and tools provided by the TON community. + +:::info little tip +Feel free to focus on smart contracts written using _FunC_. it's often better to focus on smart contracts written using FunC (*.fc) instead of the lower-level Fift (*.fif) language. +::: + +Standard examples of smart contracts on TON include wallets, electors (which manage validation on TON), multi-signature wallets can be a reference when studying. + + + + ## Smart Contract Best Practices TON offers endless possibilities. Learn how to make the most out of them while adhering to recommended guidelines. @@ -48,7 +62,8 @@ Discover the engine that runs your smart contracts. - [TVM Overview](/learn/tvm-instructions/tvm-overview) -## Programming Languages for TON + +## Programming Languages ### 📘 FunC @@ -79,24 +94,6 @@ Only for the brave-hearted! - - - - -## Examples of Smart Contracts - -Explore ready-made smart contract examples and tools provided by the TON community. - -:::info little tip -Feel free to focus on smart contracts written using _FunC_. it's often better to focus on smart contracts written using FunC (*.fc) instead of the lower-level Fift (*.fif) language. -::: - -Standard examples of smart contracts on TON include wallets, electors (which manage validation on TON), multi-signature wallets can be a reference when studying. - -Learn examples on the [Examples of Smart Contracts](/develop/smart-contracts/examples) page. - - - ## Community Tools * [disintar/toncli](/develop/smart-contracts/sdk/toncli) — The toncli is the command line interface used to build, deploy, and test FunC contracts.