Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 302 Bytes

design_pattern_decisions.md

File metadata and controls

8 lines (6 loc) · 302 Bytes

Design Patterns

Inheritance and Interfaces

  • Using OpenZeppelin ERC-721 and Owner contracts as a base for following contract - Cards.sol

Access Control Design Patterns

  • Using onlyOwner to wait to activate critical functions like mintCard() using the setMintAlive() function f