You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/dapps/asset-processing/jettons.md
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ It is suggested to set several MEMO deposit wallets for better performance.
27
27
28
28
[Memo-less deposits](https://github.com/gobicycle/bicycle) - This solution also exists, but is more difficult to integrate. However, we can assist with this, if you would prefer to take this route. Please notify us before deciding to implement this approach.
29
29
30
+
30
31
### Additional Info
31
32
32
33
:::caution Transaction Notification
@@ -39,16 +40,29 @@ if you will be allowing your users set a custom memo when withdrawing jettons -
39
40
40
41
- For Go, one should consider [tonutils-go](https://github.com/xssnick/tonutils-go). At the moment, we recommend the JS lib.
41
42
43
+
## Ready Solutions for CEX
44
+
45
+
### Tonapi Embed
46
+
47
+
Tonapi Embed - on-premises solution designed to operate with deposits and withdrawals, ensuring high-performance and lightweight deployment.
48
+
49
+
* Trust-less system running on any TON Liteservers.
50
+
* Maintaining deposits and withdrawals for Toncoin and Jettons as well.
51
+
* Solution developed according to the recommended MEMO-deposits and highload withdrawals guidelines provided by TF Core team.
42
52
43
-
## Content List
53
+
For cooperation, please contact to [@tonrostislav](https://t.me/tonrostislav).
44
54
45
55
56
+
## Jetton Processing Global Overview
57
+
58
+
### Content List
59
+
46
60
:::tip
47
61
In following docs offers details about Jettons architecture generally, as well as core concepts of TON which may be different from EVM-like and other blockchains. This is crucial reading in order for one to grasp a good understanding of TON, and will greatly help you.
48
62
:::
49
63
50
64
This document describes the following in order:
51
-
1.Overview
65
+
1.Introduction
52
66
2. Architecture
53
67
2. Jetton Master Contract (Token Minter)
54
68
3. Jetton Wallet Contract (User Wallet)
@@ -58,17 +72,13 @@ This document describes the following in order:
58
72
6. Wallet processing
59
73
7. Best Practices
60
74
61
-
##Overview
75
+
### Introduction
62
76
63
77
:::info
64
78
TON transactions are irreversible after just one confirmation.
65
79
For clear understanding, the reader should be familiar with the basic principles of asset processing described in [this section of our documentation](/develop/dapps/asset-processing/). In particular, it is important to be familiar with [contracts](/learn/overviews/addresses#everything-is-a-smart-contract), [wallets](/develop/smart-contracts/tutorials/wallet), [messages](/develop/smart-contracts/guidelines/message-delivery-guarantees) and deployment process.
66
80
:::
67
81
68
-
:::Info
69
-
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).
70
-
:::
71
-
72
82
Quick jump to the core description of jetton processing:
0 commit comments