Skip to content

Commit

Permalink
updated readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWallet Engineering committed Mar 18, 2023
1 parent 32ba5ac commit 3d78dcf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions splitter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ The Splitter program gets its name from the fact that it splits a single
transfer into two parts, one from the program to the destination, and one from
the source to the program, where the amount itself does not change.

## On-chain Program

The Splitter program is deployed to Solana mainnet-beta at the following address:

[spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW](https://explorer.solana.com/address/spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW)

### Example Use Case

Assuming that Alice wants to transfer 100 tokens to Bob, normally this can be
Expand Down
8 changes: 7 additions & 1 deletion timelock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ To view or unlock timelock accounts created by the Code App or other
applications, you can use the
[Timelock Explorer](https://code-wallet.github.io/timelock-explorer/).

## On-chain Program

The Timelock program is deployed to Solana mainnet-beta at the following address:

[time2Z2SCnn3qYg3ULKVtdkh8YmZ5jFdKicnA1W2YnJ](https://explorer.solana.com/address/time2Z2SCnn3qYg3ULKVtdkh8YmZ5jFdKicnA1W2YnJ)

### Example Use Case

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

## State Machine

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

## Quickstart

Expand Down

0 comments on commit 3d78dcf

Please sign in to comment.