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):