From 4ea0e8e9f276c03e298f466fb3074342f0ec01c3 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 15 May 2023 09:30:27 -0700 Subject: Add new signing extension to NIP-07 --- 07.md | 1 + 1 file changed, 1 insertion(+) (limited to '07.md') diff --git a/07.md b/07.md index 3b7a1d2..2a31f71 100644 --- a/07.md +++ b/07.md @@ -30,3 +30,4 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext - [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) +- [AKA Profiles](https://github.com/neilck/aka-extension) (Chrome, stores multiple keys) -- cgit v1.2.3 From 1c916953c1a3a47edeac32ea015c32c450194423 Mon Sep 17 00:00:00 2001 From: heipacker Date: Sat, 20 May 2023 12:26:46 +0800 Subject: new: add new signer. Android, IOS, Extension --- 07.md | 1 + 1 file changed, 1 insertion(+) (limited to '07.md') diff --git a/07.md b/07.md index 2a31f71..7112366 100644 --- a/07.md +++ b/07.md @@ -31,3 +31,4 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext - [nos2x-fox](https://diegogurpegui.com/nos2x-fox/) (Firefox) - [Flamingo](https://www.getflamingo.org/) (Chrome and derivatives) - [AKA Profiles](https://github.com/neilck/aka-extension) (Chrome, stores multiple keys) +- [TokenPocket](https://www.tokenpocket.pro/) (Android, IOS, Chrome and derivatives) -- cgit v1.2.3 From 4f04de2afda831ef339ad225e4e08a5b1d075e3c Mon Sep 17 00:00:00 2001 From: Akiomi Kamakura Date: Sat, 27 May 2023 08:44:19 +0900 Subject: Update 07.md --- 07.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '07.md') diff --git a/07.md b/07.md index 7112366..a0b5bdc 100644 --- a/07.md +++ b/07.md @@ -26,7 +26,7 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext - [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) +- [Alby](https://getalby.com) (Chrome and derivatives, Firefox) - [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 cabbaadb69ecf28c2a91ced63359e1bd15b14ea9 Mon Sep 17 00:00:00 2001 From: haorendashu <385321165@qq.com> Date: Mon, 29 May 2023 15:47:09 +0800 Subject: Update 07.md Implementation --- 07.md | 1 + 1 file changed, 1 insertion(+) (limited to '07.md') diff --git a/07.md b/07.md index a0b5bdc..ee4e372 100644 --- a/07.md +++ b/07.md @@ -32,3 +32,4 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext - [Flamingo](https://www.getflamingo.org/) (Chrome and derivatives) - [AKA Profiles](https://github.com/neilck/aka-extension) (Chrome, stores multiple keys) - [TokenPocket](https://www.tokenpocket.pro/) (Android, IOS, Chrome and derivatives) +- [Nostrmo](https://github.com/haorendashu/nostrmo_faq#download) (Android, IOS) -- cgit v1.2.3