Join our discord community and send us a message in #support, a member of our team will be happy to help out with any NFT, Smart Contract, or Web3 question you may have :)
ERC-721A is an implementation of ERC-721 (the Non-fungible token standard) that provides significant gas savings for batch mints of NFTs (minting multiple tokens in one transaction).
This is done by:
Removing redundant storage of duplicate metadata and from the base implementation.
Updating owners wallet balance once per batch mint