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.
factoryis anERC721Factoryinstance that generates transaction data for deploying NFT contracts.fixedSaleMinteris aFixedSaleMinterinstance that generates transaction data for purchasing fixed sale NFTs.signatureMinteris aSignatureMinterinstance 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.