AI-generated art NFTs blend artificial intelligence and blockchain to create, authenticate, and trade unique digital artworks. Using AI models like GANs and DALL·E, art is generated and minted as NFTs
AI NFT Collection is a smart contract that allows users to mint AI-generated NFTs with dynamic metadata. Each NFT is assigned a unique metadata URL based on its token ID.
ERC-721 Based: A minimal NFT contract with basic minting functionality.
Dynamic Metadata: Metadata URL is generated dynamically for each token.
No Inputs Required: The contract does not require any constructor arguments during deployment.
Simple Ownership Tracking: Tracks ownership of minted NFTs.
Deployed Address: 0x4fbC0D74a2e98218a3462EcAB4Aa48758c48F18C
Blockchain: Edu Chain
Call the mint()
function to create a new NFT.
Retrieve ownership details using ownerOf(tokenId)
.
Fetch the metadata URL using tokenURI(tokenId)
.
This project is open-source and available under the MIT License.
Feel free to contribute and improve the contract!
50
0