Damus
mleku · 3w
the *encoding* is not. the bytes are a valid taproot address.
puzzles · 3w
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 m...