Skip to content

Commit

Permalink
upd smart contracts main page
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Sep 13, 2023
1 parent 334abd1 commit dd59b33
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions docs/develop/smart-contracts/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Button href="/develop/smart-contracts/examples" colorType={'primary'} sizeType={'sm'}>Open Examples</Button>


## Smart Contract Best Practices

TON offers endless possibilities. Learn how to make the most out of them while adhering to recommended guidelines.
Expand All @@ -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

Expand Down Expand Up @@ -79,24 +94,6 @@ Only for the brave-hearted!

<Button href="/develop/fift/overview" colorType={'primary'} sizeType={'sm'}>Fift Overview</Button>





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

<Button href="/develop/smart-contracts/examples" colorType={'primary'} sizeType={'sm'}>TVM Overview</Button>

## Community Tools

* [disintar/toncli](/develop/smart-contracts/sdk/toncli) — The toncli is the command line interface used to build, deploy, and test FunC contracts.
Expand Down

0 comments on commit dd59b33

Please sign in to comment.