The goal of this course is to understand the Solidity basics.
We will cover:
- inheritance
- modifier
- function visibility
- function modifier (view/payable)
- special keywords (storage/memory)
- variables (primitives/struct/days/wei/msg)
- events
- fallback
- libraries
- interface
You should make your own ERC721 token using OpenZeppelin with the properties described above (We will cover section). Be creative.
Write your code inside Remix IDE
When you are satisfied with your result deploy it on the Ropsten Network.