From 4149ca8beea734d498365d046cc498af047584d1 Mon Sep 17 00:00:00 2001 From: Maksim Kurbatov <94808996+yungwine@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:29:12 +0700 Subject: [PATCH] update sdk list --- docs/develop/dapps/apis/sdk.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/develop/dapps/apis/sdk.mdx b/docs/develop/dapps/apis/sdk.mdx index 58b4fbd49b..43ce814791 100644 --- a/docs/develop/dapps/apis/sdk.mdx +++ b/docs/develop/dapps/apis/sdk.mdx @@ -43,6 +43,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 | +|[pytvm](https://github.com/yungwine/pytvm) | Python | Python TVM emulator using bindings to C++ standard emulator | |[ayrat555/ton](https://github.com/ayrat555/ton) | Elixir | TON SDK for Elixir| |[tvm_valuetypes](https://github.com/toncenter/tvm_valuetypes)| Python | library is collection of utilits for handling TVM types. |