mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-09 06:48:49 +00:00
Update rust-nostr libs
This commit is contained in:
15
README.md
15
README.md
@@ -199,6 +199,17 @@ them:
|
||||
- [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils
|
||||
- [nmostr](https://github.com/Gruruya/nmostr) - a Nim library for Nostr
|
||||
- [NNostr.Client](https://github.com/Kukks/NNostr) - a C# Nostr library for use by clients
|
||||
- [rust-nostr](https://github.com/rust-nostr/nostr):
|
||||
* Nostr protocol implementation:
|
||||
* Rust: https://crates.io/crates/nostr
|
||||
* Kotlin: [`io.github.rust-nostr:nostr`](https://central.sonatype.com/artifact/io.github.rust-nostr/nostr/)
|
||||
* Swift: https://github.com/rust-nostr/nostr-swift
|
||||
* Python: https://pypi.org/project/nostr-protocol
|
||||
* High level client library:
|
||||
* Rust: https://crates.io/crates/nostr-sdk
|
||||
* Kotlin: [`io.github.rust-nostr:nostr-sdk`](https://central.sonatype.com/artifact/io.github.rust-nostr/nostr-sdk/)
|
||||
* Swift: https://github.com/rust-nostr/nostr-sdk-swift
|
||||
* Python: https://pypi.org/project/nostr-sdk
|
||||
- [nostr_rust](https://github.com/0xtlt/nostr_rust) - Functional Rust implementation of the nostr protocol
|
||||
- [nostr-bot](https://github.com/slaninas/nostr-bot) - a Rust library for writing bots
|
||||
- [nostr-connect](https://github.com/nostr-connect/connect) - Nostr Connect SDK for TypeScript is a library that allows you to easily integrate Nostr Connect into your web application
|
||||
@@ -216,10 +227,6 @@ them:
|
||||
- [nostr-ruby](https://github.com/dtonon/nostr-ruby) - a Ruby implementation of the nostr protocol
|
||||
- [nostr-tools](https://github.com/fiatjaf/nostr-tools) - a JavaScript client that abstracts the relay management code for use by clients
|
||||
- [nostr-types](https://github.com/mikedilger/nostr-types) - a rust library defining types useful for the nostr protocol
|
||||
- [nostr](https://github.com/rust-nostr/nostr):
|
||||
- [nostr](https://github.com/rust-nostr/nostr/tree/master/crates/nostr): Rust implementation of Nostr protocol.
|
||||
- [nostr-sdk](https://github.com/rust-nostr/nostr/tree/master/crates/nostr-sdk): High level client library.
|
||||
- [bindings](https://github.com/rust-nostr/nostr/tree/master/bindings): UniFFI (Kotlin, Swift, Python, Ruby) bindings
|
||||
- [nostr](https://github.com/wilsonsilva/nostr) - a Ruby Nostr gem for use by clients
|
||||
- [NostrKit](https://github.com/cnixbtc/NostrKit) - a Swift library for interacting with relays
|
||||
- [NostrPostr](https://github.com/Giszmo/NostrPostr) - a Kotlin Nostr library for clients or relays
|
||||
|
||||
Reference in New Issue
Block a user