Hi @frangio I have to implement NFT Royalty Standard (EIP-2981) within my ERC721 & ERC1155 smart contracts but I dont have the Sale contracts within my platform yet. My use case is
- Users will mint erc721/1155 based nfts using my smart contracts (ERC721 & ERC1155).
- Users will be able to set their nft tokens royalties.
- User will be able to direct put these nft tokens on Opensea for sale.
My Question is: Will opensea be able to transfer the royalties amount for the tokenCreators as sale happens on Opensea ? For this what could be the work around for this ?.
Thanks In advance.