Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ with:
#### Theory

1. Read [How does Ethereum work, anyway?](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369) (Est. time: 38 minutes)
2. Read [this article](https://blog.openzeppelin.com/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05)
2. Read [The EVM illustrated](https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf) (Est. time: 3 hours)
3. Read [this article](https://blog.openzeppelin.com/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05)
on smart contracts development. (Est. time: 15 minutes)
3. Learn about hardhat [Hardhat Documentation](https://hardhat.org/getting-started/)
4. Read the [Web3 Documentation](https://web3js.readthedocs.io/en/1.0/) / [Ethers Documentation](https://docs.ethers.io/v5/)
5. Book [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook)
6. Set of learning resources from [ethereum.org](https://ethereum.org/en/learn/)
4. Learn about hardhat [Hardhat Documentation](https://hardhat.org/getting-started/)
5. Read the [Web3 Documentation](https://web3js.readthedocs.io/en/1.0/) / [Ethers Documentation](https://docs.ethers.io/v5/)
6. Book [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook)
7. Set of learning resources from [ethereum.org](https://ethereum.org/en/learn/)

#### Practice

Expand Down