-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Royalties percentage and specified wallet #12
Comments
Hi @gitrevo, I have to point out that it's unlikely that we will introduce non-standard features like this in the default contract unless it becomes really widely adopted. |
contract GitRevoNFT is ERC721 { In contract-metadata.json { Will this actually works on OpenSea only? Or it will work on other marketplace (looksrare, x2y2 etc.) as well? |
@gitrevo as I said:
So that is a non-standard implementation suggested by OpenSea only. Other marketplaces might be using it as well, but to my knowledge there is no warranty that all the marketplaces are going to use it. I'm sorry. |
Could you explain where that https://gitrevo.io/contract-metadata.json is supposed to point to exactly?
Could you also explain what to do with this .json file? Do I add contract-metadata.json as a file to the nft-erc721-collection-main ? |
Hi again,
How can we add royalties % for secondary markets and royalties wallet address directly into this smart contract? If yes, mind to point which links/video shows this line of codes?
It would be great to assign this royalties in the contract so it will work in all secondary markets should we forget to set it up (os, looksrare, x2y2 etc.).
Thanks again for the great tutorials!
The text was updated successfully, but these errors were encountered: