In this assignment, you have a solidity contract. This contract has gaps and comments to guide you on what to implement.
The assignment covers Solidity concepts. It focuses on:
- Global variables
- Solidity modifiers
- Events and logs
- Conversions and type casting
- Error handling
Open the contract file located at src/Assignment6.sol
and follow the comments to implement the missing logic.
forge test
Once all tests pass, commit all your changes to the repo.
Good luck and happy coding!