Skip to content

Commit 3d78dcf

Browse files
author
CodeWallet Engineering
committed
updated readme files
1 parent 32ba5ac commit 3d78dcf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

splitter/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The Splitter program gets its name from the fact that it splits a single
2424
transfer into two parts, one from the program to the destination, and one from
2525
the source to the program, where the amount itself does not change.
2626

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+
2733
### Example Use Case
2834

2935
Assuming that Alice wants to transfer 100 tokens to Bob, normally this can be

timelock/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ To view or unlock timelock accounts created by the Code App or other
2323
applications, you can use the
2424
[Timelock Explorer](https://code-wallet.github.io/timelock-explorer/).
2525

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+
2632
### Example Use Case
2733

2834
Imagine that Alice owns a vending machine business with some machines in remote
@@ -65,7 +71,7 @@ not have custody of them.
6571

6672
## State Machine
6773

68-
<img src="/timelock/docs/timelock.png?raw=true">
74+
<img src="/timelock/docs/timelock-token.png?raw=true">
6975

7076
## Quickstart
7177

0 commit comments

Comments
 (0)