You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Solidity smart contract for a Non-Fungible Token (NFT) marketplace. The smart contract allows users to create NFTs, sell them, and resell them. This contract is built using the OpenZeppelin library, which provides useful contracts to help build secure smart contracts. This smart contract inherits from ERC721URIStorage.