From 9302c35573239c1778234769d070dfff0e87038a Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 27 Nov 2022 12:03:46 -0300 Subject: [PATCH] add alby to NIP-07. --- 07.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/07.md b/07.md index 4c7a6838..27bd5757 100644 --- a/07.md +++ b/07.md @@ -15,6 +15,7 @@ async window.nostr.getPublicKey(): string // returns a public key as hex async window.nostr.signEvent(event: Event): Event // takes an event object and returns it with the `sig` ``` -### Implementation example +### Implementation -- [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium (and partially Firefox) extension that provides such capabilities. +- [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium extension that provides such capabilities. +- [Alby](https://getalby.com) is a Bitcoin extension that also provides a compatible `window.nostr`.