Lesson 5: Final notes & Project Repo
For this lesson I developed an arbitrary smart contract order system, to practice using enums, arrays, structs and mappings. I also wanted to use everything else I had learnt so far.
Last updated
For this lesson I developed an arbitrary smart contract order system, to practice using enums, arrays, structs and mappings. I also wanted to use everything else I had learnt so far.
Last updated
Use enums to keep track of different order states.
Use structs for user and order information.
use arrays to keep track of users orders.
Use mappings to link users addresses to their profiles
To continue to develop skills I have practiced so far, like using events and custom errors.
I wanted to further develop my essay writing.
Also enhance my social media skills using Ai.
Smart contract address (Sepolia testnet) -
Github Repo -