Skip to content

Commit

Permalink
Merge pull request ton-community#458 from mr-tron/patch-3
Browse files Browse the repository at this point in the history
add bicycle
  • Loading branch information
reveloper committed Jan 18, 2024
2 parents 8160b60 + 4d1a0bf commit aef793a
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 aef793a

Please sign in to comment.