Completed
web3 wallet balance w/ useEtherBalance
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
UseDApp Tutorial: React and Web3 Integration - Step-by-Step Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro to useDapp
- 2 useDApp Introduction
- 3 Project Setup dependencies etc
- 4 Migrating from web3.js to useDapp
- 5 usedApp's DAppProvider config
- 6 infura.io blockchain infrastructure as a service
- 7 useEthers hook usedapp
- 8 activateBrowserWallet
- 9 disconnect web3 wallet with useEthers
- 10 styling buttons in react
- 11 web3 wallet balance w/ useEtherBalance
- 12 using flexbox for css layout
- 13 styling our dapp with css styles
- 14 This is also the state of our code at the starting point -- where we left off in the earlier part.