nba-smart-contracts
nba-smart-contracts copied to clipboard
Add remix
What is remix? And based off of the conversation we had with Dete about how we want to do composable features in the future, I would potentially think about doing upgrades with new contracts instead of adding a feature with a change to the existing contract
A remix is similar in intent to traditional sports trading card parallels. Specifically, we are interested in minting new Top Shot NFTs that have a subedition with their own serial number range, while still incrementing the total edition count. The subedition will be used to indicate alternate media should be used for the moment. It's intended that the changes we're making should not break any existing use of the Top Shot contract - no community contracts depending on our contract should need to change as a result. We will also need a way to map a moment to its sub edition (not yet part of this PR). That mapping will likely need to live in a separate contract. Going to start an issue to continue discussion of the feature.
@anatoly256 @jrkhan is this ready for a review again?
@anatoly256 @jrkhan is this ready for a review again?
Should be ready to review.