From 5a77d7e9266e014f652236862f4ba1dd29970229 Mon Sep 17 00:00:00 2001 From: SwiftAdviser Date: Wed, 23 Aug 2023 16:28:35 +0200 Subject: [PATCH] upd --- docs/develop/smart-contracts/examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/develop/smart-contracts/examples.md b/docs/develop/smart-contracts/examples.md index d5c773a324..ce6d0c846d 100644 --- a/docs/develop/smart-contracts/examples.md +++ b/docs/develop/smart-contracts/examples.md @@ -53,7 +53,6 @@ Make sure you have thoroughly tested contracts before using them in a production | Contracts | Description | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------| -| [TonFunClessons_Eng](https://github.com/romanovichim/TonFunClessons_Eng)
🪄 [Run in WebIDE](https://ide.nujan.io/?importURL=https://github.com/romanovichim/TonFunClessons_Eng&name=TonFunClessons_Eng) | Lessons on developing smart contracts on FunC. | | [counter.fc](https://github.com/ton-community/blueprint/blob/main/example/contracts/counter.fc)
🪄 [Run in WebIDE](https://ide.nujan.io/?importURL=https://github.com/ton-community/blueprint/blob/main/example/contracts/counter.fc&name=counter.fc) | Counter smart contract with comments. | | [simple-distributor](https://github.com/ton-community/simple-distributor)
🪄 [Run in WebIDE](https://ide.nujan.io/?importURL=https://github.com/ton-community/simple-distributor&name=simple-distributor) | Simple TON distributor. | | [ping-pong.fc](https://github.com/tonwhales/ton-nft/blob/main/packages/nft/ping-pong/ping-pong.fc)
🪄 [Run in WebIDE](https://ide.nujan.io/?importURL=https://github.com/tonwhales/ton-nft/blob/main/packages/nft/ping-pong/ping-pong.fc&name=ping-pong.fc) | Simple contract to test sending Toncoin in different modes. | @@ -134,7 +133,7 @@ Make sure you have thoroughly tested contracts before using them in a production * [wallet-v3-code.fif](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/wallet-v3-code.fif) ## Examples of Tests for Smart Contracts -![img.png](img.png) + * [liquid-staking-contract sandbox tests](https://github.com/ton-blockchain/liquid-staking-contract/tree/main/tests) * [governance_tests](https://github.com/Trinketer22/governance_tests/blob/master/config_tests/tests/) * [JettonWallet.spec.ts](https://github.com/EmelyanenkoK/modern_jetton/blob/master/tests/JettonWallet.spec.ts)