fiatjaf / nos2x

nostr signer extension
278 stars 55 forks source link

key import #49

Open Semisol opened 11 months ago

Semisol commented 11 months ago

onboarding websites could make extension setup easier by having an API to import keys. something like this could work

await nostr.keys.importKey(<hex private key>)

in the future, this could be extended to account for #48

fiatjaf commented 11 months ago

This is a good idea.