Skip to content

Commit 0c27589

Browse files
authored
Merge pull request #39 from SwiftAdviser/patch-1
updated links to the TON Connect
2 parents 8224e58 + cae69ab commit 0c27589

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# Ton Connect Documentation
1+
# TON Connect Specification
22

3-
## Developing a TON app? Use the SDK.
3+
This repository provides details on the TON Connect protocol.
44

5-
We currently provide JS SDK suitable for web apps.
5+
## Developing a DApp? Use the SDK
66

7-
* [Ton Connect JS](https://github.com/ton-connect/sdk)
8-
* [Getting Started](https://github.com/ton-connect/sdk/tree/main/packages/sdk)
9-
* Demo app: [deployed app](https://ton-connect.github.io/demo-dapp/) | [source code](https://github.com/ton-connect/demo-dapp)
7+
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.
108

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.
9+
* [TON Connect Overview](https://docs.ton.org/develop/dapps/ton-connect/overview)
10+
* [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.
1215

1316
## Protocol specifications
1417

@@ -24,7 +27,7 @@ If you implement an SDK, a wallet or want to learn more how Ton Connect works, p
2427

2528
#### I am building an HTML/JS app, what should I read?
2629

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

2932
#### I need an SDK in my favorite language
3033

@@ -56,4 +59,4 @@ For a quick start you can use the common TON Connect bridge https://bridge.tonap
5659

5760
Submit a pull request for the [wallets-list](https://github.com/ton-blockchain/wallets-list) repository and fill our all the necessary metadata.
5861

59-
Apps may also add wallets directly through the SDK.
62+
Apps may also add wallets directly through the SDK.

0 commit comments

Comments
 (0)