aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-27 14:14:01 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-27 14:14:01 -0500
commit316728f8164dd0245f75d5116072e5ffa3896355 (patch)
treeb3b605ba77ae78be3de08a3f9f5e988bd535c2d5 /README.md
parent54984ef915a3bf640e06015bd294bd2186b3a588 (diff)
update readme roadmap & heartbeat timeout
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6367ff..175938c 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ This project is probably best explained by the features it has an that need to b
- Optionally support network based, event authorization applications
- Server backed event history to preserve your notes
- Support for NIP-46 event signing using an extern library
+- Add new support for NIP-44 private messages (fast tracked)
### Extension
- ✔ Infinite identities per account
@@ -39,6 +40,7 @@ This project is probably best explained by the features it has an that need to b
- Chrome and Firefox support (mobile would be nice also)
- Build fully featured library/API for other extension builders
- Stip metadata tags in events such as [#7f57800e](https://github.com/nostr-protocol/nips/pull/884/commits/7f27800e27c437ce17d223799f37631105d1ae5f)
+- Add new support for NIP-44 private messages (fast tracked)
## Motivation
Nostr is a simple, new, and fun protocol I really wanted to be a part of. NIP-07 seemed like the gateway to securely contribute notes on my terms. When your identity is permanently linked to a 32 byte secret number, imo it must be taken very seriously (I feel the same way for bitcoin). It can never be changed like a password, no whoopsie can occur, or your identity has been stolen forever. At least with bitcoin "wallets" (more 32 byte secp256k1 secret keys) you may have the possibility of transferring your funds if you believe a breach may have occurred or rotate keys like you might passwords. This cannot happen with nostr in the same way.