Recap until now
Until now we
- Understand the EVM
- Understand solidity
- Have written some contracts
- Foundry and forge for running and deploying tests locally
Today
We’ll be writing client side code (Node.js / react) to interact with these contracts.
We’ll also learn about indexing the ETH blockchain to listen on certain types of events.