Skip to content
On this page

Mirror SDK

The MirrorSDK exposes three important class instances that will be used to generate transaction data. The three instances are initialized with the contract addresses deployed in the Mirror NFT Protocol.

  • factory is an ERC721Factory instance that generates transaction data for deploying NFT contracts.
  • fixedSaleMinter is a FixedSaleMinter instance that generates transaction data for purchasing fixed sale NFTs.
  • signatureMinter is a SignatureMinter instance that generates transaction data for purchasing NFTs through a "signature mint." A signature mint is used when a key signs a message offchain to authorize minting.