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
Need to think about adding the ability to equip your NFTs into other people’s NFTs. Lots of use cases, no easy solution without intricate permissioning.
Alice owns Parent
Bob owns Child 1 C1
Charlie owns Child 2 C2
Bob should be able to equip C1 into P1_C1 if approved, and Charlie should then be blocked from doing it. Alice should be able to kick out C1 to prevent slot-camping. Bob should be able to take C1 out at any time, unless special rules apply (how to define them?) like being unable to unequip once equipped, or being able to only equip after a while: think renting a slot, so someone can put up their billboard in your land.
This makes possible the following necessary concepts:
land (owned by RMRK or null-address to prevent administration and censorship) that equips an avatar (owned by anyone else). Based on size, land would have a number of avatar slots to prevent overcrowding in the engine. Once in a land, an avatar can freely move around in it.
people minting samples into the same music NFT owned by some platform which will then sell it
The text was updated successfully, but these errors were encountered:
Need to think about adding the ability to equip your NFTs into other people’s NFTs. Lots of use cases, no easy solution without intricate permissioning.
Bob should be able to equip C1 into P1_C1 if approved, and Charlie should then be blocked from doing it. Alice should be able to kick out C1 to prevent slot-camping. Bob should be able to take C1 out at any time, unless special rules apply (how to define them?) like being unable to unequip once equipped, or being able to only equip after a while: think renting a slot, so someone can put up their billboard in your land.
This makes possible the following necessary concepts:
The text was updated successfully, but these errors were encountered: