File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ The project is split up into several crates in the `crates/` directory:
6
6
7
7
* Libraries:
8
8
* [ ** 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)
10
12
* [ ** nostr-database** ] ( ./database/nostr-database ) : Events database abstraction and in-memory implementation
11
13
* [ ** nostr-lmdb** ] ( ./database/nostr-lmdb ) : LMDB storage backend
12
14
* [ ** nostr-ndb** ] ( ./database/nostr-ndb ) : [ nostrdb] ( https://github.com/damus-io/nostrdb ) storage backend
You can’t perform that action at this time.
0 commit comments