File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ The Splitter program gets its name from the fact that it splits a single
24
24
transfer into two parts, one from the program to the destination, and one from
25
25
the source to the program, where the amount itself does not change.
26
26
27
+ ## On-chain Program
28
+
29
+ The Splitter program is deployed to Solana mainnet-beta at the following address:
30
+
31
+ [ spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW] ( https://explorer.solana.com/address/spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW )
32
+
27
33
### Example Use Case
28
34
29
35
Assuming that Alice wants to transfer 100 tokens to Bob, normally this can be
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ To view or unlock timelock accounts created by the Code App or other
23
23
applications, you can use the
24
24
[ Timelock Explorer] ( https://code-wallet.github.io/timelock-explorer/ ) .
25
25
26
+ ## On-chain Program
27
+
28
+ The Timelock program is deployed to Solana mainnet-beta at the following address:
29
+
30
+ [ time2Z2SCnn3qYg3ULKVtdkh8YmZ5jFdKicnA1W2YnJ] ( https://explorer.solana.com/address/time2Z2SCnn3qYg3ULKVtdkh8YmZ5jFdKicnA1W2YnJ )
31
+
26
32
### Example Use Case
27
33
28
34
Imagine that Alice owns a vending machine business with some machines in remote
@@ -65,7 +71,7 @@ not have custody of them.
65
71
66
72
## State Machine
67
73
68
- <img src =" /timelock/docs/timelock.png?raw=true " >
74
+ <img src =" /timelock/docs/timelock-token .png?raw=true " >
69
75
70
76
## Quickstart
71
77
You can’t perform that action at this time.
0 commit comments