nft-marketplace-smart-contract icon indicating copy to clipboard operation
nft-marketplace-smart-contract copied to clipboard

Pattern in marketplace with auction

Open damianlluch opened this issue 3 years ago • 0 comments

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

damianlluch avatar Aug 14 '21 20:08 damianlluch