From b75fa1722aca1a47dc113406f5279daba7c5d777 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Tue, 26 Sep 2023 23:11:29 -0700 Subject: [PATCH] Mention Nostr in docs --- README.md | 6 ++++++ public/CREDITS.md | 3 +++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index ae6e0420..2aec29d6 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,12 @@ - Markdown Viewer +### Messenger + +- Encrypted direct messaging client +- Utilizes [Nostr Protocol](https://nostr.com/) ([NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md)) +- Automatic public/private key creation + ### [Monaco Editor](https://microsoft.github.io/monaco-editor/) - Code/text editor diff --git a/public/CREDITS.md b/public/CREDITS.md index bf2d3074..71644cd9 100644 --- a/public/CREDITS.md +++ b/public/CREDITS.md @@ -82,6 +82,9 @@ This project is greatly augmented by code from the open source community. Thank - [Quake 3](https://github.com/lrusso/Quake3) - [opentype.js](https://github.com/opentypejs/opentype.js) - [WebLLM](https://github.com/mlc-ai/web-llm) +- [nostr-react](https://github.com/t4t5/nostr-react) +- [nostr-tools](https://github.com/nbd-wtf/nostr-tools) +- [DOMPurify](https://github.com/cure53/DOMPurify) ## Services