ABH3PO
· 3w
Npub is not a bitcoin address, a bitcoin address can be derived from it, not the same thing.
Npubs are just secp256k1 key pairs. Your private key signs events (notes, reactions, zaps, etc.), and relays/clients verify the signature using your public key (npub). This is exactly like how Bitcoin private keys sign transactions to prove ownership of UTXOs
Instead of broadcasting signed txs to miners/nodes for inclusion in the timechain, you’re broadcasting signed events to relays.
👍1