diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2022-11-27 12:03:46 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2022-11-27 12:03:46 -0300 |
| commit | 9302c35573239c1778234769d070dfff0e87038a (patch) | |
| tree | f31e5c1b25af3d84629c2de9a321a231562f6fed | |
| parent | cf5eaf63607805fb7fa7262de160eacf105c0ffe (diff) | |
add alby to NIP-07.
| -rw-r--r-- | 07.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -15,6 +15,7 @@ async window.nostr.getPublicKey(): string // returns a public key as hex | |||
| 15 | async window.nostr.signEvent(event: Event): Event // takes an event object and returns it with the `sig` | 15 | async window.nostr.signEvent(event: Event): Event // takes an event object and returns it with the `sig` |
| 16 | ``` | 16 | ``` |
| 17 | 17 | ||
| 18 | ### Implementation example | 18 | ### Implementation |
| 19 | 19 | ||
| 20 | - [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium (and partially Firefox) extension that provides such capabilities. | 20 | - [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium extension that provides such capabilities. |
| 21 | - [Alby](https://getalby.com) is a Bitcoin extension that also provides a compatible `window.nostr`. | ||