From 86a35bc9971810714cad953bf9b3f335a966ed4d Mon Sep 17 00:00:00 2001 From: yungwine Date: Mon, 18 Sep 2023 20:39:14 +0800 Subject: [PATCH] add pytoniq and pytoniq-core to "SDKs" section --- docs/develop/dapps/apis/sdk.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/develop/dapps/apis/sdk.mdx b/docs/develop/dapps/apis/sdk.mdx index 6fc5af6465..25289ccbb9 100644 --- a/docs/develop/dapps/apis/sdk.mdx +++ b/docs/develop/dapps/apis/sdk.mdx @@ -24,6 +24,7 @@ The data provider is a [Liteserver](/participate/run-nodes/liteserver), which ca |[tonutils-go](https://github.com/xssnick/tonutils-go)|GO|Native ADNL |Golang library for interacting with TON blockchain| |[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. | |[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| @@ -36,6 +37,7 @@ The data provider is a [Liteserver](/participate/run-nodes/liteserver), which ca | Library | Language | Description | |---------|----------|--------------| +|[pytoniq-core](https://github.com/yungwine/pytoniq-core) | Python | Python powerful transport-free SDK | |[ayrat555/ton](https://github.com/ayrat555/ton) | Elixir | TON SDK for Elixir|