Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 217 Bytes

design_pattern_decisions.md

File metadata and controls

11 lines (5 loc) · 217 Bytes

Design Patterns

Inheritance and Interfaces

GrimeNFT.sol uses OpenZepplin ERC721 and Ownable contracts.

Access Control

onlyOwner is used when uploading to IPFS and when calling the Mint() function.