nft-marketplace-smart-contract
nft-marketplace-smart-contract copied to clipboard
Pattern in marketplace with auction
Hi, I've been reading your work. I'm developing a marketplace with auction, and I have all the code in a single contract. I'm looking for a way to split it, but I don't know which is the right way. I have seen that in your implementation you use the ERC721URIStorage contract... why did you use this approach? And I would ask you, what do you think is the approach that I should use? in principle I tried to implement inheritance of contracts, I understand how to separate them, but I don't know how to link them in migrations.
Best regards