Skip to content

Commit 4ce16e1

Browse files
authored
Update README.md
1 parent 9afff50 commit 4ce16e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# **Clockwork examples**
22

33
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.
56
- [**2. Counter**](https://github.com/clockwork-xyz/examples/tree/main/2-counter) – Creates a thread via CPI that increments a counter every 10 seconds
67
- [**Recurring payments**](https://github.com/clockwork-xyz/examples/tree/main/payments) – Executes an SPL token transfer on a user-defined schedule.
78
- [**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

Comments
 (0)