sovereign browser — window.nostr test

This page tests the NIP-07 window.nostr API injected by the browser.

Checking for window.nostr…

1. Get Public Key

Call window.nostr.getPublicKey() to retrieve your Nostr public key.

2. Sign Event

Create and sign a kind-1 text note via window.nostr.signEvent().

3. Get Relays

Call window.nostr.getRelays() to get the browser's relay list.

4. NIP-44 Encrypt/Decrypt (self)

Encrypt a message to yourself and decrypt it back.