From 49d6de2f6e6edd23caab9f6e38ad9784f06101e6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 25 Nov 2022 21:58:52 -0800 Subject: [PATCH 1/4] 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 From d4f7ba20986f93b412dfe2611cd25208a82d390f Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 25 Nov 2022 21:59:44 -0800 Subject: [PATCH 2/4] add nostr-notify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca458f..da14ada 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ them: ## Tools - [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables - [nostr-fzf](https://github.com/Cameri/nostr-fzf) - Nostr Directory; a tool for searching usernames and channels +- [nostr-notify](https://github.com/jb55/nostr-notify) - desktop nostr notifications using libnotify - [nostr-launch](https://codeberg.org/rsbondi/nostr-launch) - a tool for launching a bunch of relays and clients locally for development and testing - [nos2x - nostr signer extension](https://github.com/fiatjaf/nos2x) - a browser extension for signing events on 3rd party site without sharing your private keys with them - [nostr GitHub Action](https://github.com/theborakompanioni/nostr-action) - send events from GitHub Actions From 0ec600082c8540a558a67ec2dc2dc9f9ed61149e Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 25 Nov 2022 22:00:51 -0800 Subject: [PATCH 3/4] add git-nostr-tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da14ada..8ea5c5d 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ them: - [NostrKit](https://github.com/cnixbtc/NostrKit) - a Swift library for interacting with relays ## Tools +- [git-nostr-tools](http://git.jb55.com/git-nostr-tools) - A cli tool for sending code patches over nostr - [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables - [nostr-fzf](https://github.com/Cameri/nostr-fzf) - Nostr Directory; a tool for searching usernames and channels - [nostr-notify](https://github.com/jb55/nostr-notify) - desktop nostr notifications using libnotify From 8446c5daa160daa7b587e771a03d6aae77dad4b2 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 25 Nov 2022 22:02:03 -0800 Subject: [PATCH 4/4] add nostr-cln-events --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ea5c5d..526d007 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ them: ## Tools - [git-nostr-tools](http://git.jb55.com/git-nostr-tools) - A cli tool for sending code patches over nostr +- [nostr-cln-events](http://git.jb55.com/nostr-cln-events) - A CLN plugin to push clightning node events to nostr - [nostr registry](https://codeberg.org/rsbondi/nostr-registry) - a database of known relays with their uptime and NIP support tables - [nostr-fzf](https://github.com/Cameri/nostr-fzf) - Nostr Directory; a tool for searching usernames and channels - [nostr-notify](https://github.com/jb55/nostr-notify) - desktop nostr notifications using libnotify