Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 993 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 993 Bytes

Review Assignment Due Date Open in Visual Studio Code

Assignment 9: Design Patterns

Description

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 design patterns such as:

  • Factory pattern
  • Access control pattern

Instructions

Open the contract file located at src/Assignment9.sol and follow the comments to implement the missing logic.

Run Tests:

forge test

Submission

Once all tests pass, commit all your changes to the repo.

Good luck and happy coding!