From 31c7f2d18aaa7960e17faf6a46405281eab3b565 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto <117721214+yukibtc@users.noreply.github.com> Date: Tue, 8 Nov 2022 09:20:10 +0000 Subject: [PATCH] Add nostr-rs-sdk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9fda34..f392fea 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ them: - [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils - [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 SDK written in Rust - [relayer](https://github.com/fiatjaf/relayer) - a server framework for writing custom relays - [NostrPostr](https://github.com/Giszmo/NostrPostr) - a Kotlin Nostr library for clients or relays - [python-nostr](https://github.com/jeffthibault/python-nostr) - a python library for making clients