Web3 Learning Journey (Day 3)

Working on a web3 job board called pepe job board. Will make it exclusive for web3 internships and remote jobs with no signups and other bs. Not the greatest UI but does the job. Github: https://github.com/Saksham010/pepe-job-board

After that, went through brief high level introduction to EVM by Jordan McKinney. Link: https://www.youtube.com/watch?v=kCswGz9naZg, was the best simplified intro to evm i've ever come across.

Then, continued my attempt to understand and clone uniswap V2 contract. Two guides have been very helpful:

  1. https://jeiwan.net/posts/programming-defi-uniswapv2-1/

  2. https://betterprogramming.pub/uniswap-smart-contract-breakdown-ea20edf1a0ff

Will do a write up spinning up my own explanation after i've fully grasped the contract.