Merge pull request #22 from Giszmo/patch-1

add NostrPostr Kotlin library
This commit is contained in:
Aljaz Ceru 2022-07-01 23:13:50 +02:00 committed by GitHub
commit c664d75041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.