From 3d78dcf2201cdc047aed7a247e59522a5198e1a8 Mon Sep 17 00:00:00 2001 From: CodeWallet Engineering Date: Fri, 17 Mar 2023 21:42:01 -0400 Subject: [PATCH] updated readme files --- splitter/README.md | 6 ++++++ timelock/README.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/splitter/README.md b/splitter/README.md index 1bcf1fd..a3b94b4 100644 --- a/splitter/README.md +++ b/splitter/README.md @@ -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 diff --git a/timelock/README.md b/timelock/README.md index 6f39699..1ead319 100644 --- a/timelock/README.md +++ b/timelock/README.md @@ -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 @@ -65,7 +71,7 @@ not have custody of them. ## State Machine - + ## Quickstart