Skip to content

Commit

Permalink
jetton-batches-link-added
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper committed Apr 17, 2024
1 parent 91495cb commit 9499a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/develop/dapps/asset-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ It is suggested to accept deposits across multiple wallets on your side.

#### Jetton Withdrawals
- [JS code to withdraw (send) jettons from a wallet](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload.js)
- [JS code to withdraw (send) jettons from a wallet in batches](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload-batch.js)

- [Detailed info](https://docs.ton.org/develop/dapps/asset-processing/jettons)

Expand Down
2 changes: 2 additions & 0 deletions docs/develop/dapps/asset-processing/jettons.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Best practices with comments on jettons processing:

- [JS algo to jettons withdrawals](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload.js)

- [JS code to withdraw (send) jettons from a wallet in batches](https://github.com/toncenter/examples/blob/main/withdrawals-jettons-highload-batch.js)

:::info Transaction Confirmation
TON transactions are irreversible after just one confirmation. For the best user experience, it is suggested to avoid waiting on additional blocks once transactions are finalized on the TON Blockchain. Read more in the [Catchain.pdf](https://docs.ton.org/catchain.pdf#page=3).
:::
Expand Down

0 comments on commit 9499a6e

Please sign in to comment.