diff options
| -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`. | ||