Skip to content

Commit

Permalink
add pytoniq and pytoniq-core to "SDKs" section
Browse files Browse the repository at this point in the history
  • Loading branch information
yungwine committed Sep 18, 2023
1 parent d58a803 commit 86a35bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/develop/dapps/apis/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|


Expand Down

0 comments on commit 86a35bc

Please sign in to comment.