Skip to main content
Format code
Source Link
Ismael
  • 29.8k
  • 23
  • 55
  • 97

import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";

import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; 

and then inherit the contract with ERC721URIStorage

contract myNFT is ERC721URIStorage{

contract myNFT is ERC721URIStorage{ } 

} hope hope this will work

import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";

and then inherit the contract with ERC721URIStorage

contract myNFT is ERC721URIStorage{

} hope this will work

import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; 

and then inherit the contract with ERC721URIStorage

contract myNFT is ERC721URIStorage{ } 

hope this will work

Source Link

import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";

and then inherit the contract with ERC721URIStorage

contract myNFT is ERC721URIStorage{

} hope this will work