From 0266d86b41d9b0684fa181700069d7553af505ef Mon Sep 17 00:00:00 2001 From: Asai Toshiya Date: Wed, 27 Dec 2023 19:37:20 +0900 Subject: [PATCH] Simplify list of NIP-07 implementations --- 07.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/07.md b/07.md index 90772eef..12ae6478 100644 --- a/07.md +++ b/07.md @@ -24,16 +24,4 @@ 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) -- [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) -- [TokenPocket](https://www.tokenpocket.pro/) (Android, IOS, Chrome and derivatives) -- [Nostrmo](https://github.com/haorendashu/nostrmo_faq#download) (Android, IOS) -- [Spring Browser](https://spring.site) (Android) -- [nodestr](https://github.com/lightning-digital-entertainment/nodestr) (NodeJS polyfill) -- [Nostore](https://apps.apple.com/us/app/nostore/id1666553677) (Safari on iOS/MacOS) -- [OneKey](https://onekey.so/) (Android, IOS, Chrome and derivatives) +See https://github.com/aljazceru/awesome-nostr#nip-07-browser-extensions.