Win limited sneakers, deconstruct them, remix them into something new. Then get those sneakers delivered to your doorstep! Every Thing's a Remix: mix, match, trade, and redeem composable collectibles.
Every Thing's a Remix hosts drops for limited, remixable collectibles that can be redeemed for the real object. Users can access drops two ways, supply is split between them:
Each drop can be redeemed as is, or broken down into parts and remixed. Landed a hype sneaker, only for it to flood instagram? Sell off a couple pieces, and swap them to create your own custom. Every new drop explodes the number of possible combinations. Once you're satisfied with your design, you can construct your sneaker: mint it virtually as a 721 NFT, or get it produced and delivered to you by redeeming.
No more competing with bots, backdoors, or basics.
This weekend we were focused on demonstrating the idea, so we chose to narrow the scope to what we know: sneakers. But the concept isn't limited to shoes, there's a wide range of limited collectibles that could potentially be broken down into standardized components and remixed.
Frontend forked from Scaffold-ETH. Designed and implemented a raffle entry page, a sneaker builder, and collection manager with React. With respect to smart contracts, the composable parts NFT was implemented as an ERC1155, we added a linear bonding curve built into the 1155, the ability to bundle the parts into a "snapshot" 721 NFT (i.e. the ability to fuse parts into a single NFT that represents a complete sneaker design, or burn them to get the parts back), a staking raffle that gives raffle losers an increased chance to win until they stop taking Ls (inspired by pooltogether, though ended up being faster to write the contracts from scratch than integrating with their contracts due the custom features we needed). The project is intended to be launched on xDai, but is being run locally in our demo.