upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/07.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2022-11-27 12:03:46 -0300
committerfiatjaf <fiatjaf@gmail.com>2022-11-27 12:03:46 -0300
commit9302c35573239c1778234769d070dfff0e87038a (patch)
treef31e5c1b25af3d84629c2de9a321a231562f6fed /07.md
parentcf5eaf63607805fb7fa7262de160eacf105c0ffe (diff)
add alby to NIP-07.
Diffstat (limited to '07.md')
-rw-r--r--07.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/07.md b/07.md
index 4c7a683..27bd575 100644
--- a/07.md
+++ b/07.md
@@ -15,6 +15,7 @@ async window.nostr.getPublicKey(): string // returns a public key as hex
15async window.nostr.signEvent(event: Event): Event // takes an event object and returns it with the `sig` 15async window.nostr.signEvent(event: Event): Event // takes an event object and returns it with the `sig`
16``` 16```
17 17
18### Implementation example 18### Implementation
19 19
20- [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium (and partially Firefox) extension that provides such capabilities. 20- [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium extension that provides such capabilities.
21- [Alby](https://getalby.com) is a Bitcoin extension that also provides a compatible `window.nostr`.