From 49d6de2f6e6edd23caab9f6e38ad9784f06101e6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 25 Nov 2022 21:58:52 -0800 Subject: [PATCH] add nostr-js the `nostr` npm repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4be721f..fca458f 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ them: - [nostr-tools](https://github.com/fiatjaf/nostr-tools) - a JavaScript client that abstracts the relay management code for use by clients - [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils - [nostr_rust](https://github.com/0xtlt/nostr_rust) - Functional Rust implementation of the nostr protocol +- [nostr-js](https://github.com/jb55/nostr-js) - a javascript implementation of the nostr protocol - [nostr-rs](https://github.com/futurepaul/nostr-rs) - a Rust implementation of the nostr protocol - [ok300/nostr-rs](https://github.com/ok300/nostr-rs) - a more maintained fork of nostr-rs - [nostr-rs-sdk](https://github.com/yukibtc/nostr-rs-sdk) - Nostr `protocol` implementation, `SDK` and `FFI` written in Rust