1

Can anyone recommend resources to understand Ethereum from scratch/under the hood be it documentation, books, articles, blogs etc ( i dont mind the math). I understood essence of Bitcoin protocol, why it is the way it is and its significance (especially thru a blog of michael nielsen and book programming bitcoin from scratch by jimmy song), trying to do the same for Ethereum.

2 Answers 2

1

Start with Ethereum’s whitepaper and Mastering Ethereum for fundamentals. Explore the Yellow Paper and Ethereum.org docs for technical depth. Use Remix IDE, Hardhat, or Foundry for hands-on learning. Dive into EVM.codes and client software like Geth to understand internals. Follow EthHub and Ethereum Magicians for evolving research and discussions.

0

You can also use https://evmtools.xyz to debug and learn concepts such as signing, hashing, ERC-191, EIP712, smart wallets, etc.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.