Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Aug 3, 2023
1 parent a225c31 commit 267ccf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 4 additions & 7 deletions docs/develop/dapps/ton-connect/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ Feel free to use one of the following flows for integration:
Telegram Bots
</Button>

## Why TON Connect?
## TODO

- [TON Connect for Business](/develop/dapps/ton-connect/business)
- [TON Connect for Developers](/develop/dapps/ton-connect/developers)
- [TON Connect for Security](/develop/dapps/ton-connect/security)
- [TON Connect 2.0 vs 1.0](/develop/dapps/ton-connect/comparison)
TODO: protocol specs

## TON Connect Integration Manual
TODO: describe for business

In order to integrate TON Connect with your application, please see our [integration manual](/develop/dapps/ton-connect/integration) detailing the main steps to carry out this process.
TODO: wallets flow
3 changes: 1 addition & 2 deletions docs/develop/smart-contracts/README.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Button from '@site/src/components/button'

# Introduction
Smart contract creation, development, and deployment on TON Blockchain leverages the [FunC programming language](/develop/smart-contracts/#func-language) and [TON Virtual Machine (TVM)](/develop/smart-contracts/#ton-virtual-machine). This section will give software engineers an overview of smart contract development on TON.

Smart contract creation, development, and deployment on TON Blockchain leverages the [FunC programming language](/develop/smart-contracts/#func-language) and [TON Virtual Machine (TVM)](/develop/smart-contracts/#ton-virtual-machine).
## Quick Start

Write and deploy your first smart contract with either *Blueprint* or *toncli* frameworks.
Expand Down

0 comments on commit 267ccf0

Please sign in to comment.