Menu

What Does "Identity" Actually Mean on a Blockchain?
πŸ“°
0

What Does "Identity" Actually Mean on a Blockchain?

DEV CommunityΒ·Prasiddh NaikΒ·about 1 month ago
#KonjzoYL
#blockchain#beginners#web3#solana#identity#keypair
Reading 0:00
15s threshold

If you've been writing code for a while, you've probably used SSH keys. You generate a key pair, drop the public key on a server, and from that point on, you prove who you are by holding the private key. No username, no password reset. You either have the key, or you don't Solana identity works on the same principle: you have the key, or you don't β€” except that, instead of a single server, it's the entire network. The problem with Web2 identity In Web2, you have no power; you're just renting space. You don't control your GitHub or Google accounts; the company does. They give you access, but they can also take it away. Even when it feels like yours, it isn't. Your email address exists because Google or Microsoft allows it to. How Solana does it differently On Solana, your identity starts with a single cryptographic keypair β€” a public key and a private key. The public key is your address, something like 14grJpemFaf88c8tiVb77W7TYg2W3ir6pfkKz3YjhhZ5 . That's what the world sees.…

Continue reading β€” create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More