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/contracts/overview/jetton/jetton.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Jettons - TON Tokens
2
2
3
+
Jettons is the TON standard for Fungible Tokens.
4
+
3
5
## Basic workflow
4
6
5
7

@@ -34,9 +36,33 @@ sequenceDiagram
34
36
end
35
37
```
36
38
37
-
## Onramp Mock
39
+
## Usage
40
+
41
+
The [func implementation of Jettons](https://github.com/ton-blockchain/jetton-contract/tree/3d24b419f2ce49c09abf6b8703998187fe358ec9/contracts) is made available throguh nix.
42
+
The minter and wallet contracts can be built by running
43
+
44
+
```bash
45
+
nix build .#contracts-jetton-func
46
+
```
47
+
48
+
appending `--print-out-paths` at the end displays the directory where they can be located.
38
49
39
-
Implements a mock of an Onramp implementation that receives the instruction as the forwardPayload and operates if it covers the fee.
0 commit comments