Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 294 Bytes

design_pattern_decisions.md

File metadata and controls

6 lines (4 loc) · 294 Bytes

Design Pattern Decisions

The two design pattern decisions used in the project are:

  • Inheritance and interfaces: The project contract imports Ownable.sol from OpenZeppelin.
  • Access control design patterns: Ownable.sol is used to make contract ownership more robust and easily verified.