Skip to content

razhzq/ERC721A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC721A NFT Smart Contract with Batch Minting and Whitelist Mint

This GitHub repository contains a smart contract written in Solidity that implements the ERC721A standard for Non-Fungible Tokens (NFTs). The contract incorporates features such as batch minting for cheaper gas fees and a whitelist minting function using a Merkle tree.

Features:

  • Implements the ERC721A standard for NFTs, providing the basic functionality of token creation, ownership transfer, and token metadata.
  • Supports batch minting, allowing multiple tokens to be minted in a single transaction, significantly reducing gas fees.
  • Implements a whitelist minting function that utilizes a Merkle tree to efficiently verify the eligibility of multiple addresses for minting.
  • Provides a flexible and extensible foundation for building NFT-based applications and platforms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published