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 anERC721Factory
instance that generates transaction data for deploying NFT contracts.fixedSaleMinter
is aFixedSaleMinter
instance that generates transaction data for purchasing fixed sale NFTs.signatureMinter
is aSignatureMinter
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.