Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hey, from what I know, the marketplaces send royalties automatically to the creator (also SC) (I know that from people running projects). I wonder what the purpose of these endpoints is: - https://github.com/ElrondNetwork/elrond-wasm-rs/blob/master/contracts/examples/nft-minter/src/lib.rs#L67 - https://github.com/ElrondNetwork/sc-nft-collection-minter/blob/main/nft-minter/src/nft_marketplace_interactor.rs#L24 I think I understand what the endpoints do, but why is it needed? The only purpose that I see is when the smart contract isn't payable, and then it could serve as a fallback or/and it could serve as an option to implement more logic around royalties, like split payment, etc. Are there other more important reasons? By the way, are there marketplaces with working and up-to-date devnets to test such things?