Skip to content

Commit 8b01594

Browse files
committed
doc: update README.md to include signer crates
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent bd4c158 commit 8b01594

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The project is split up into several crates in the `crates/` directory:
66

77
* Libraries:
88
* [**nostr**](./crates/nostr): Rust implementation of Nostr protocol
9-
* [**nostr-connect**](./crates/nostr-connect): Nostr Connect (NIP-46)
9+
* Signers
10+
* [**nostr-browser-signer**](./signer/nostr-browser-signer): Nostr Browser signer implementation (NIP-07)
11+
* [**nostr-connect**](./signer/nostr-connect): Nostr Connect (NIP-46)
1012
* [**nostr-database**](./database/nostr-database): Events database abstraction and in-memory implementation
1113
* [**nostr-lmdb**](./database/nostr-lmdb): LMDB storage backend
1214
* [**nostr-ndb**](./database/nostr-ndb): [nostrdb](https://github.com/damus-io/nostrdb) storage backend

0 commit comments

Comments
 (0)