Article on "Solidity 101"arrow-up-right
Block 1arrow-up-right
Block 2arrow-up-right
Block 3arrow-up-right
Block 4arrow-up-right
Block 5arrow-up-right
Solidity 101 and 201 - D-Squaredarrow-up-right
Read Chapter 7 from “Mastering Ethereum”: https://github.com/ethereumbook/ethereumbook/blob/develop/07smart-contracts-solidity.asciidocarrow-up-right
Understand Solidity syntax and semantics implemented in OpenZeppelin’s ERC20 contract: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.solarrow-up-right
Understand Solidity syntax and semantics implemented in OpenZeppelin’s ERC721 (NFT) contract: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.solarrow-up-right
Understand Solidity syntax and semantics implemented in OpenZeppelin’s security-related contracts Ownable, Pausable and ReentrancyGuard: https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/accessarrow-up-right and https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/securityarrow-up-right
Experiment with the various Solidity concepts using https://remix.ethereum.org/arrow-up-right - I solved all Ethernaut challenges in Remix
Slot 2 Quizarrow-up-right
https://ventral.digital/posts/2021/10/24/secureum-bootcamp-solidity-101-quizarrow-up-right
Last updated 2 years ago