Hacker News new | ask | show | jobs
by shriphani 1337 days ago
- Ethereum's PKI allowed an e2ee messenger app to be built w/o a phone number https://twitter.com/dwr/status/1575248197454135296
1 comments

Why do you need cryptocurrency for that? Just make a p2p app and trade public keys. The only reason Signal uses phone numbers is convenience in locating people and restoring accounts.
the pki does make life easy - ethereum address as a global unique id + seed phrase around for recovery + integrate this thing with the rest of the ethereum ecosystem (e.g. other apps can require ownership of an account on this app by looking for a signed message on chain)