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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# **Clockwork examples**
2
2
3
3
This repo contains example automated smart-contracts built with the [**Clockwork SDK**](https://docs.clockwork.xyz).
4
-
-[**1. Hello Clockwork**](https://github.com/clockwork-xyz/examples/tree/main/1-hello_clockwork) – Prints "Hello world" and the current timestamp every 10 seconds
4
+
-[**0. Quickstart Sol Transfer (Typescript) **](https://github.com/clockwork-xyz/examples/tree/main/0-quickstart_transfer) – Executes an SOL transfer on a user-defined schedule.
5
+
-[**1. SPL Transfer (Typescript) **](https://github.com/clockwork-xyz/examples/tree/main/1-spl_transfer) – Executes an SPL token transfer on a user-defined schedule.
5
6
-[**2. Counter**](https://github.com/clockwork-xyz/examples/tree/main/2-counter) – Creates a thread via CPI that increments a counter every 10 seconds
6
7
-[**Recurring payments**](https://github.com/clockwork-xyz/examples/tree/main/payments) – Executes an SPL token transfer on a user-defined schedule.
7
8
-[**Token distributor**](https://github.com/clockwork-xyz/examples/tree/main/distributor) – Mints a new token and sends it to a target user every 60 seconds.
0 commit comments