You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you just want to integrate TON Connect into your app, just follow the [TON Documentation](https://docs.ton.org/develop/dapps/ton-connect/overview) guides. No need to dive deep into the protocols.
10
8
11
-
If you use another language, please take the JS SDK as a reference and implement your own wrapper. Let us know about your work — we'd be happy to list it here.
*[TON Connect for React Apps](https://docs.ton.org/develop/dapps/ton-connect/react)
11
+
*[TON Connect for HTML/JS Apps](https://docs.ton.org/develop/dapps/ton-connect/web)
12
+
*[List of supported SDKs](https://docs.ton.org/develop/dapps/ton-connect/developers)
13
+
14
+
If no SDK for your language, take the [JS SDK](https://github.com/ton-connect/sdk/tree/main/packages/sdk) as a reference and implement your own wrapper. Let us know about your work — we'd be happy to list it here.
12
15
13
16
## Protocol specifications
14
17
@@ -24,7 +27,7 @@ If you implement an SDK, a wallet or want to learn more how Ton Connect works, p
24
27
25
28
#### I am building an HTML/JS app, what should I read?
26
29
27
-
Simply use the JS SDK and do not worry about the underlying protocols.
30
+
Simply use the [TON Documentation](https://docs.ton.org/develop/dapps/ton-connect/overview) manuals and do not worry about the underlying protocols.
28
31
29
32
#### I need an SDK in my favorite language
30
33
@@ -56,4 +59,4 @@ For a quick start you can use the common TON Connect bridge https://bridge.tonap
56
59
57
60
Submit a pull request for the [wallets-list](https://github.com/ton-blockchain/wallets-list) repository and fill our all the necessary metadata.
58
61
59
-
Apps may also add wallets directly through the SDK.
62
+
Apps may also add wallets directly through the SDK.
0 commit comments