My ERC721 NFT Contract (ink!) This is a full ERC721 NFT implementation using ink! 4.0. It supports: Minting Transfer Approvals Burn Metadata (name, symbol, tokenURI) To compile: cargo contract build