KeithMukai on Nostr: And, yes, I’m basically ready to sprint as soon as a Nostr client is interested in ...
And, yes, I’m basically ready to sprint as soon as a Nostr client is interested in getting delegation going via QR codes. Should be easy on the SeedSigner side.
Nostr+SeedSigner:
* Generate a new key offline in SeedSigner.
* Back it up via BIP-39 and/or SeedQR.
* Export associated `npub` (using root key? Using Nostr derivation path at /0/0?) via QR to establish root identity.
* Generate hot client keys in SeedSigner (Nostr derivation path child ala BIP-85?) or per usual in client.
* Sign delegation auth via QR code exchange.
Nostr+SeedSigner:
* Generate a new key offline in SeedSigner.
* Back it up via BIP-39 and/or SeedQR.
* Export associated `npub` (using root key? Using Nostr derivation path at /0/0?) via QR to establish root identity.
* Generate hot client keys in SeedSigner (Nostr derivation path child ala BIP-85?) or per usual in client.
* Sign delegation auth via QR code exchange.
quoting nevent1q…x3jtUsed the python-nostr repo to figure out how to generate Nostr privkey/pubkey pairs.