From 4d1a0bfc206d03c48b49600c8b89886f2a53eb6f Mon Sep 17 00:00:00 2001 From: Denis Subbotin Date: Thu, 18 Jan 2024 21:33:27 +0300 Subject: [PATCH] Update README.md --- docs/develop/dapps/asset-processing/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/develop/dapps/asset-processing/README.md b/docs/develop/dapps/asset-processing/README.md index ba07864a6d..a12cb9f035 100644 --- a/docs/develop/dapps/asset-processing/README.md +++ b/docs/develop/dapps/asset-processing/README.md @@ -24,6 +24,14 @@ Best practices with comments on jettons processing: ## Other Examples +### Self-hosted service + +#### Made by community + +[Gobicycle](https://github.com/gobicycle/bicycle) service is focused on replenishing user balances and sending payments to blockchain accounts. Both TONs and Jettons are supported. The service is written with numerous pitfalls in mind that a developer might encounter (all checks for jettons, correct operations status check, resending messages, performance during high load when blockchain is splitted by shards). Provide simple HTTP API, rabbit and webhook notifications about new payments. + +### JavaScript + #### Made by community Using ton.js SDK (supported by TON Community): @@ -32,7 +40,6 @@ Using ton.js SDK (supported by TON Community): ### Python - #### Made by community Using psylopunk/pytonlib (Simple Python client for The Open Network):