Web3 Learning Journey (Day 4)

Worked mostly on web3 job board. named it pepe job board. Worked with job listing functionality and pagination using mantine UI library.

Live demo: https://pepe-job-board.vercel.app/

As for EVM, read half way through chapter 13 of open source ethereum book by Andreas Antonopoulos. Will do a writeup on basic EVM after completing the chapter.

Turns out Ethereum is quasi turing complete. Cause the gas limit on every block prevents it from infinte execution. In a sense solidity is turing complete but not EVM. When gas limit exceeds the transaction is reverted and new state of EVM is discarded. No machine is truly turing complete in the literal sense. Unless of course you count the universe as a massive turing complete system. Not much to talk about today. I'll end it here.