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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
1
# Tari Advent Calendar
2
2
3
-
A command-line advent calendar application for the Tari cryptocurrency network. Unlock daily encrypted wallet keys using passwords and discover messages sent to your wallets.
3
+
A Holiday themed example of using the [Tari Hidden Address Protocol](https://github.com/tari-project/tips/blob/main/tips/TIP-0003.md).
4
4
5
-
Note this repo implements the [Tari Hidden Address Protocol](https://github.com/tari-project/tips/blob/main/tips/TIP-0003.md)
5
+
Compiled into the app is a list of 24 encrypted Tari Addresses, along with their view keys. Each day I'll be posting a riddle (or password if I'm lazy) on [my twitter/x](https://x.com/stringhandler). Use this password to
6
+
decrypt the address for the day using `tari-advent open`. This will do two things:
7
+
1. Expose the address to send a message as proof that you opened it.
8
+
1. Note: Please don't send more than 0.000001 XTM. I'm not trying to collect any funds here.
9
+
2. Create a view-only wallet for the day that scans and lists messages from other users that have opened it.
10
+
11
+
The first message for each day will be a badly autogenerated cheesy haiku.
12
+
13
+
Note this repo implements the [Tari Hidden Address Protocol](https://github.com/tari-project/tips/blob/main/tips/TIP-0003.md), so please take some time to read how it works.
0 commit comments