From f5913cdeab45a9a314f4f4e363c1de287352d6ba Mon Sep 17 00:00:00 2001 From: Leo Wandersleb Date: Fri, 1 Jul 2022 17:07:50 -0400 Subject: [PATCH] add NostrPostr Kotlin library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ee96ff..fc160dc 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ nostr is an open protocol for censorship-resistant global networks created by [@ - [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. - [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 ### Tools - [nostr registry](https://codeberg.org/rsbondi/nostr-registry), a database of known relays with their uptime and NIP support tables.