Skip to content

Commit

Permalink
Merge pull request #420 from purpleguy99/main
Browse files Browse the repository at this point in the history
Add TonSDK adnl reference.
  • Loading branch information
SwiftAdviser authored Nov 13, 2023
2 parents 915de85 + 1ebc241 commit b258098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/develop/dapps/apis/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Data provider is an [RPC](/develop/dapps/apis/toncenter#rpc-nodes) provided by t
|[tonweb](https://github.com/toncenter/tonweb)|JavaScript|`api/v2` |TON JS SDK, with minimal external dependencies and enhanced security, is suitable for the development of payment systems and DEXs.|
|[tonsdk](https://github.com/tonfactory/tonsdk) | Python | `api/v2` | This low-level Python library allows you to work with the TON blockchain. |
|[TonTools](https://github.com/yungwine/TonTools)| Python| `api/v2` |TonTools is a high-level OOP library for Python, which can be used to interact with TON Blockchain.|
|[TonSdk.NET](https://github.com/continuation-team/TonSdk.NET)| C#| `api/v2`|Native C# SDK for The Open Network |
|[TonSdk.NET](https://github.com/continuation-team/TonSdk.NET)| C#| `api/v2`|Native C# SDK for The Open Network. |

### ADNL based SDKs
The data provider is a [Liteserver](/participate/run-nodes/liteserver), which can be accessed and used via an ADNL connection.
Expand All @@ -25,6 +25,7 @@ The data provider is a [Liteserver](/participate/run-nodes/liteserver), which ca
|[tongo](https://github.com/tonkeeper/tongo)|GO|Native ADNL |Go implementation of libraries for TON blockchain|
|[tonutils](https://github.com/thekiba/tonutils) | TypeScript | Native ADNL | TypeScript-based interface for building and interacting with applications in TON Ecosystem. |
|[pytoniq](https://github.com/yungwine/pytoniq) | Python | Native ADNL | Python SDK with native LiteClient and other ADNL-based protocols implementations. |
|[TonSdk.NET](https://github.com/continuation-team/TonSdk.NET) | C# | Native ADNL | Native C# SDK for The Open Network. |
|[tonlib-java](https://github.com/ton-blockchain/tonlib-java) | Java | Tonlib bin | JVM wrapper for TonLib that can be used with Java/Scala/Kotlin/etc.|
|[justdmitry/TonLib.NET](https://github.com/justdmitry/TonLib.NET) | C# | Tonlib bin | .NET SDK for The Open Network|
| [tonlib-rs](https://github.com/ston-fi/tonlib-rs) | Rust | Tonlib bin | Rust SDK for The Open Network|
Expand Down
2 changes: 2 additions & 0 deletions docs/develop/dapps/ton-connect/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This page contents the list of useful libraries for TON Connect.
* [TON Connect JS SDK](/develop/dapps/ton-connect/developers#ton-connect-js-sdk)
* [TON Connect Python SDK](/develop/dapps/ton-connect/developers#ton-connect-python)
* [TON Connect Dart](/develop/dapps/ton-connect/developers#ton-connect-dart)
* [TON Connect C#](/develop/dapps/ton-connect/developers#ton-connect-c)
* [TON Connect Unity](/develop/dapps/ton-connect/developers#ton-connect-unity)

## TON Connect React

Expand Down

0 comments on commit b258098

Please sign in to comment.