Week1 : Hashing
Week2 : Encryption Slides DailyCode (100xdevs.com)
Week3 : Hashing algorithm etheream uses ECDSA
Slides: https://petal-estimate-4e9.notion.site/Creating-a-web-based-wallet-b628b611dd934ca8b68a2654ac14fdb4
Ethereum public addresses are 20 bytes
HD wallets (Hierarchial Deterministic)
bitcoin 2008 launched.
create a 12-word pnumonic
from that seeed phrase
from that various blocks/derivation paths
Solana
Solana public keys are 32 bytes
thats y eth public key is short than Sol
Full stack Front vs Back:
JSON-RPC(Remote procedure call)
TRPC
TRPC
in postman write this code:
{ "jsonrpc": "2.0",
"id": 1,
"method":"eth+getBalance";
"params":["0xaeaa570b50ad00377ff8add27c50a7667c8f1811","latest"]
}
take-home works:
install postman