Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Aug 4, 2023
1 parent 267ccf0 commit fb6c407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/dapps/ton-connect/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Button from '@site/src/components/button'

# Integrate with Wallets

Experience seamless connectivity with wallets within [TON Blockchain](/learn/introduction) using TON Connect.
Experience seamless connectivity with wallets within [TON](/learn/introduction) using TON Connect.

![](/img/docs/ton-connect/ton-connect-overview.png?raw=true)

Expand Down Expand Up @@ -86,8 +86,8 @@ Explore these deliverables that the TON Ecosystem provides for superior DApp int
## Join the TON Ecosystem
To connect your service with the TON Ecosystem, you need to implement the following:

- **Transaction Messages**. Create specified transaction messages using TON libraries. Dive into the process of [sending messages](/develop/smart-contracts/messages) with our comprehensive guide. _TODO: fix with sending messages examples for web developers._
- **TON Connect**. Incorporate the TON Connect protocol within your application. Get started with our detailed [TON Connect integration guide](/develop/dapps/ton-connect).
- **Transaction Messages**. Create specified transaction messages using TON libraries. Dive into the process of [sending messages](/develop/smart-contracts/messages) with our comprehensive guide. _TODO: fix with sending messages examples for web developers._
- **Payments**. Process payments via the public API ([tonapi](https://tonapi.io/)) or your own indexer, for instance, [gobycicle](http://github.com/gobicycle/bicycle). Learn more from our extensive guide on [asset processing](/develop/dapps/asset-processing).

:::info
Expand Down

0 comments on commit fb6c407

Please sign in to comment.