diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-01-15 20:05:52 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-15 20:05:52 -0300 |
| commit | e5ae318984bdc2f28932420be976183c9a0cd3ff (patch) | |
| tree | 707af84122f251883dfafb314129c8dcb750a4fd | |
| parent | 7d792055372ce1af2205a1451e5e9fa110d73450 (diff) | |
add nos2x-fox to NIP-07 implementations.
| -rw-r--r-- | 07.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -24,6 +24,7 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext | |||
| 24 | 24 | ||
| 25 | ### Implementation | 25 | ### Implementation |
| 26 | 26 | ||
| 27 | - [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium extension that provides such capabilities. | 27 | - [nos2x](https://github.com/fiatjaf/nos2x) |
| 28 | - [Alby](https://getalby.com) is a Bitcoin extension that also provides a compatible `window.nostr`. | 28 | - [Alby](https://getalby.com) |
| 29 | - [Blockcore](https://www.blockcore.net/wallet) | 29 | - [Blockcore](https://www.blockcore.net/wallet) |
| 30 | - [nos2x-fox](https://diegogurpegui.com/nos2x-fox/) | ||