Neil

Results 2 issues of Neil

Submission of initial draft. Actively seeking review and comments.

In signers/nip07/index.ts ``` declare global { interface Window { nostr?: { ... signEvent(event: NostrEvent): Promise; ... ``` According to [NIP-07](https://github.com/nostr-protocol/nips/blob/master/07.md) I think it should return an event instead of a...