Skip to content

niftykit-inc/niftykit-contracts-v3

Repository files navigation

NiftyKitV3

Request for Audit Doc

Architecture

  • core
    • NiftyKitV3.sol
      • Initializable.sol (OpenZeppelin)
      • OwnableUpgradeable.sol (OpenZeppelin)
    • NiftyKitAppRegistry.sol
      • OwnableUpgradeable.sol (OpenZeppelin)
  • diamond
    • DiamondCollection.sol
      • NiftyKitERC721A.sol
        • ERC721AUpgradeable.sol (Azuki ERC721A)
        • ERC721AQueryableUpgradeable.sol (Azuki ERC721A)
        • OwnableRoles.sol (Solady)
        • OperatorFilterer.sol (Solady)
      • NiftyKitDiamond.sol
        • DiamondLoupeFacet.sol (Nick Mudge / EIP-2535)
      • BaseStorage.sol
  • apps
    • drop
      • DropFacet.sol
        • InternalOwnableRoles.sol (Solady)
        • InternalERC721AUpgradeable.sol (Azuki ERC721A)
      • DropStorage.sol
    • edition
      • EditionFacet.sol
        • InternalOwnableRoles.sol (Solady)
        • InternalERC721AUpgradeable.sol (Azuki ERC721A)
      • EditionStorage.sol
    • ape
      • ApeDropFacet.sol
        • InternalOwnableRoles.sol (Solady)
        • InternalERC721AUpgradeable.sol (Azuki ERC721A)
      • ApeDropStorage.sol
    • example
      • ExampleFacet.sol
        • InternalOwnableRoles.sol (Solady)
        • InternalERC721AUpgradeable.sol (Azuki ERC721A)
      • ExampleStorage.sol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published