Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aSpite/ton-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aSpite committed Jan 20, 2024
2 parents fd2abe5 + aef793a commit 22dd72c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/develop/dapps/asset-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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):
Expand Down

0 comments on commit 22dd72c

Please sign in to comment.