Recap until now
- Week 1 - Bitcoin Whitepaper, Decentralized currencies
- Encryption, Decryption, hashing, ed25519, Public and Private keys
- Creating a Web based wallet
- Solana Jargon, Accounts, Tokens and The Token program on Solana
Building a web based wallet
We’ve not built an app yet. We’ve built a wallet
but no one would use a new
wallet.
People have wallets already, they use newdapps
Building a dapp
We haven’t built a dapp
yet.
Today’s video, we’ll try to build a decentralized app
and understand about the solana wallet adapter
Pre-requisite
React (although we’ll try to keep things easier/not use a lot of react constructs (like useState))