From 230f63dd5fb1e0d3465c6962ffafbc7fa29e4983 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 15 Jan 2023 15:37:42 -0300 Subject: nip-07 extensions to also add .id and .pubkey when signing. --- 07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '07.md') diff --git a/07.md b/07.md index 0bd3de6..20c671a 100644 --- a/07.md +++ b/07.md @@ -12,7 +12,7 @@ That object must define the following methods: ``` 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` +async window.nostr.signEvent(event: Event): Event // takes an event object, adds `id`, `pubkey` and `sig` and returns it ``` Aside from these two basic above, the following functions can also be implemented optionally: -- cgit v1.2.3 From e5ae318984bdc2f28932420be976183c9a0cd3ff Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 15 Jan 2023 20:05:52 -0300 Subject: add nos2x-fox to NIP-07 implementations. --- 07.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '07.md') diff --git a/07.md b/07.md index 20c671a..8ebb4d9 100644 --- a/07.md +++ b/07.md @@ -24,6 +24,7 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext ### Implementation -- [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`. +- [nos2x](https://github.com/fiatjaf/nos2x) +- [Alby](https://getalby.com) - [Blockcore](https://www.blockcore.net/wallet) +- [nos2x-fox](https://diegogurpegui.com/nos2x-fox/) -- cgit v1.2.3 From ab1f26a3fd8fa0703a4be76091566c92aeadbd4b Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Sat, 25 Feb 2023 12:23:46 +0100 Subject: Add browsers to the extension list --- 07.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '07.md') diff --git a/07.md b/07.md index 8ebb4d9..6c9f2b3 100644 --- a/07.md +++ b/07.md @@ -24,7 +24,7 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext ### Implementation -- [nos2x](https://github.com/fiatjaf/nos2x) -- [Alby](https://getalby.com) -- [Blockcore](https://www.blockcore.net/wallet) -- [nos2x-fox](https://diegogurpegui.com/nos2x-fox/) +- [nos2x](https://github.com/fiatjaf/nos2x) (Chrome and derivatives) +- [Alby](https://getalby.com) (Chrome and derivatives, Firefox, Safari) +- [Blockcore](https://www.blockcore.net/wallet) (Chrome and derivatives) +- [nos2x-fox](https://diegogurpegui.com/nos2x-fox/) (Firefox) -- cgit v1.2.3 From b99723efcca383affd43eb2efb5b25c949346588 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 28 Feb 2023 20:36:21 -0300 Subject: add flamingo extension. --- 07.md | 1 + 1 file changed, 1 insertion(+) (limited to '07.md') diff --git a/07.md b/07.md index 6c9f2b3..ad26d2f 100644 --- a/07.md +++ b/07.md @@ -28,3 +28,4 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext - [Alby](https://getalby.com) (Chrome and derivatives, Firefox, Safari) - [Blockcore](https://www.blockcore.net/wallet) (Chrome and derivatives) - [nos2x-fox](https://diegogurpegui.com/nos2x-fox/) (Firefox) +- [Flamingo](https://www.getflamingo.org/) (Chrome and derivatives) -- cgit v1.2.3 From d74ac8654efeb85bd04555b5c334722394c7326c Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 13 Mar 2023 22:31:25 +0200 Subject: doc: add horse extension --- 07.md | 1 + 1 file changed, 1 insertion(+) (limited to '07.md') diff --git a/07.md b/07.md index ad26d2f..3b7a1d2 100644 --- a/07.md +++ b/07.md @@ -24,6 +24,7 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext ### Implementation +- [horse](https://github.com/fiatjaf/horse) (Chrome and derivatives) - [nos2x](https://github.com/fiatjaf/nos2x) (Chrome and derivatives) - [Alby](https://getalby.com) (Chrome and derivatives, Firefox, Safari) - [Blockcore](https://www.blockcore.net/wallet) (Chrome and derivatives) -- cgit v1.2.3