How could someone extend the OpenSea/Rarible functionality of paying out multiple CommissionSplits? #17
-
Question Posted: 18 August 2021, in Discord
hey everyone! had a quick question on how someone could extend the OpenSea/Rarible functionality of paying out multiple Imagine an OpenSea/Rarible type marketplace where artists can launch their work. For every project, I would like to pay >= 1 stakeholder some %. The idea is to use a variety of The implementation would be something like the following (in TS, more or less)
Thoughts?
That's what we thought first, but then we added support for this into the protocol
Oh great! Could you help point me to the contract this is held in?
All the logic is in https://github.com/rarible/protocol-contracts/blob/master/exchange-v2/contracts/RaribleTransferManager.md The contract code itself is inside sol near the md
Thanks for pointing to this! All the ReadMe's are super helpful for explaining what the code does, and the docs on docs.rarible.org and really helpful as well. It would potentially be advantageous to users for a higher level overview of what could be used in isolation/plug+play. For instance, the contract you sent looks great, but how much of the rest of the Rarible stack would I have to implement to be able to use that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon. |
Beta Was this translation helpful? Give feedback.
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon.