add alby to NIP-07.

This commit is contained in:
fiatjaf 2022-11-27 12:03:46 -03:00
parent cf5eaf6360
commit 9302c35573
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

5
07.md
View File

@ -15,6 +15,7 @@ async window.nostr.getPublicKey(): string // returns a public key as hex
async window.nostr.signEvent(event: Event): Event // takes an event object and returns it with the `sig`
```
### Implementation example
### Implementation
- [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium (and partially Firefox) extension that provides such capabilities.
- [nos2x](https://github.com/fiatjaf/nos2x) is available as a Chromium extension that provides such capabilities.
- [Alby](https://getalby.com) is a Bitcoin extension that also provides a compatible `window.nostr`.