DEV Community

Discussion on: How to create a resell token functionality in your NFT marketplace smart contract

Collapse
 
mcmaurok profile image
mcmaurok

This is what I need to create a resell function, thanks Mateus. Could you upload the market.sol file? I'm getting an error when adding the "creator" attribute to other existing functions in the market.sol file and getting an error because of this. What functions did you add the "creator" attribute?

Collapse
 
mateusasferreira profile image
Mateus Ferreira

hey! there you go: github.com/mateusasferreira/nft-ma...
but I would take some parts of this code with a grain of salt as this is a work in progress (currently paused)

Collapse
 
mcmaurok profile image
mcmaurok

Yes, I will be verifying the code. Thank you so much I really appreciated it, just what I needed!