Skip to content

Recap until now

Until now we

  1. Understand the EVM
  2. Understand solidity
  3. Have written some contracts
  4. 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.