You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RMRK design has Royalties as a configurable parameter when minting an NFT. However, there is not a mechanism to implement royalties when using the RMRK Market pallet. This will cause marketplace implementations downstream to either fork or tightly couple their own marketplace pallet to RMRK market pallet to enforce royalties and tx fees for the marketplace.
A potential solution would be adding a trait that can be implemented downstream that can allow downstream implementations to set their marketplace royalties and fees while using the same user facing calls in the RMRK market pallet.
Description
RMRK design has Royalties as a configurable parameter when minting an NFT. However, there is not a mechanism to implement royalties when using the RMRK Market pallet. This will cause marketplace implementations downstream to either fork or tightly couple their own marketplace pallet to RMRK market pallet to enforce royalties and tx fees for the marketplace.
A potential solution would be adding a trait that can be implemented downstream that can allow downstream implementations to set their marketplace royalties and fees while using the same user facing calls in the RMRK market pallet.
Example (WIP)
More info to come.
The text was updated successfully, but these errors were encountered: