DEV Community

Discussion on: How to Create an NFT(ERC-721) using OpenZeppelin

Collapse
 
abdulmaajid profile image
Abdul Maajid

In the above contract you can see the constructor here we are passing NFT name and symbol check it out.
constructor() ERC721("ZPunks", "ZPK") {}