From 40f47c89ef8f496a1d43286f640dfb9f37d2a81b Mon Sep 17 00:00:00 2001 From: Andrey Tvorozhkov Date: Mon, 2 Oct 2023 14:41:42 +0600 Subject: [PATCH 1/4] Add some Disintar tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a5d2ef..9f9d564 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Welcome to Awesome TON - a carefully curated compendium of standout libraries, t - [TON Dev Wallet](https://github.com/TonDevWallet/TonDevWallet) - Wallet for developers. - [Rift](https://github.com/sky-ring/rift) - Python framework for building smart contracts. - [Tact](https://tact-lang.org/) - High-level language for TON smart-contracts. +- [ton-k8s](https://github.com/disintar/ton-k8s) - Self-hosted TON network with Docker images for compose and kubernetes - IDE Plugins - [VS Code plugin](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode) - [IntelliJ IDEs Plugin](https://plugins.jetbrains.com/plugin/18541-ton-development) @@ -157,6 +158,7 @@ Welcome to Awesome TON - a carefully curated compendium of standout libraries, t ### Libraries - Python + - [disintar/tonpy](https://github.com/disintar/tonpy) - Python SDK with full TLB support, Emulator and TLB - [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. From feeea3b3cfc13166663dc153431b428bedce8746 Mon Sep 17 00:00:00 2001 From: Andrey Tvorozhkov Date: Mon, 2 Oct 2023 21:28:56 +0600 Subject: [PATCH 2/4] Fix tvm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9d564..3e7a2ea 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Welcome to Awesome TON - a carefully curated compendium of standout libraries, t ### Libraries - Python - - [disintar/tonpy](https://github.com/disintar/tonpy) - Python SDK with full TLB support, Emulator and TLB + - [disintar/tonpy](https://github.com/disintar/tonpy) - Python SDK with full TLB support, Emulator and TVM - [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. From be0493e9fd2051d39259c9f457f226eec4af9dda Mon Sep 17 00:00:00 2001 From: "Dr. Awesome Doge" Date: Thu, 19 Oct 2023 20:18:17 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e7a2ea..04601df 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Welcome to Awesome TON - a carefully curated compendium of standout libraries, t - [TON Dev Wallet](https://github.com/TonDevWallet/TonDevWallet) - Wallet for developers. - [Rift](https://github.com/sky-ring/rift) - Python framework for building smart contracts. - [Tact](https://tact-lang.org/) - High-level language for TON smart-contracts. -- [ton-k8s](https://github.com/disintar/ton-k8s) - Self-hosted TON network with Docker images for compose and kubernetes +- [ton-k8s](https://github.com/disintar/ton-k8s) - Self-hosted TON network with Docker images for compose and kubernetes. - IDE Plugins - [VS Code plugin](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode) - [IntelliJ IDEs Plugin](https://plugins.jetbrains.com/plugin/18541-ton-development) From b3339d0e553e1fe702d3b6cf38099724364a2678 Mon Sep 17 00:00:00 2001 From: "Dr. Awesome Doge" Date: Thu, 19 Oct 2023 20:18:24 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04601df..1eca93e 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Welcome to Awesome TON - a carefully curated compendium of standout libraries, t ### Libraries - Python - - [disintar/tonpy](https://github.com/disintar/tonpy) - Python SDK with full TLB support, Emulator and TVM + - [disintar/tonpy](https://github.com/disintar/tonpy) - Python SDK with full TLB support, Emulator and TVM. - [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.