Connecting Phantom to a Web App Changed How I Think About "Login"
On Day 4 of #100DaysOfSolana, I built a small Vite app that connects to a browser wallet. The feature itself is maybe 30 lines of code. The mindset sh…
Latest Web news from Tech News
On Day 4 of #100DaysOfSolana, I built a small Vite app that connects to a browser wallet. The feature itself is maybe 30 lines of code. The mindset sh…
A Web2 developer's guide to on-chain identity, from SSH keys to self-sovereignty Let me tell you about the moment it clicked for me. I was on day thre…
Day 5 of #100daysofsolana Wallet are a means of authenticating an identity on blockchain apart from their other use of storing funds in them. It can b…
If you’ve ever run ssh-keygen to push code to GitHub or access a remote server, you already understand 90% of how identity works on Solana. In the Web…
I just started with 100 days of Solana with MLH. The first week was about keypair identification. I have been a developer in the web2 domain for >5…
From Web2 to Web3, identity remains an important aspect for authentication and authorization for both users and the server owners. However, the underl…
If you’ve ever used SSH, you already understand more about Web3 identity than you think. Let’s walk through it. 🤔 Start with something familiar When y…
If you've ever managed a server, you know SSH keys. You generate a keypair, stick the public key on a server, and suddenly you can prove who you are b…
A few days ago, if you asked me what “identity” means in tech, I’d give you a very Web2 answer: Email + password = identity Every platform I used - Gi…