From c8229360a9741c68676407ce5b7b54450131c1a3 Mon Sep 17 00:00:00 2001 From: Maksim Kurbatov <94808996+yungwine@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:52:40 +0800 Subject: [PATCH] update python libs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ca881a..5a5d2ef 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,10 @@ Welcome to Awesome TON - a carefully curated compendium of standout libraries, t ### Libraries - Python - - [tonfactory/tonsdk](https://github.com/tonfactory/tonsdk) - - [toncenter/pytonlib](https://github.com/toncenter/pytonlib) + - [yungwine/pytoniq](https://github.com/yungwine/pytoniq) - Python SDK with native LiteClient, tlb wrappers and cells. + - [tonfactory/tonsdk](https://github.com/tonfactory/tonsdk) - Library with cells implementation and popular contract wrappers. + - [toncenter/pytonlib](https://github.com/toncenter/pytonlib) - Tonlib wrapper. + - [yungwine/TonTools](https://github.com/yungwine/TonTools) - High-level library with http/adnl interaction with liteservers. - JavaScript - [ton-core/ton](https://github.com/ton-core/ton) - Cross-platform client for TON blockchain, by ton-core. - [toncenter/tonweb](https://github.com/toncenter/tonweb) - Cross-platform client for TON blockchain, by TonCenter.