Interfaces
Originals is interface centric. A token has a direct interface, the most direct interface that you minted the token from. Each interface has a set of attributes attached to it. Each interface can have a dependency to multiple interfaces.
Let's assume the following structure.
How could we represent that with Yours Protocol?
With the above, we have two entities that have a direct relationship plot
-> gridded
.
But we also introduce an optional relationship from plot
-> erc721
.
This is achieved by creating a separate
erc721
entity whenever aplot
has its ownership represented onBinance Smart Chain
, e.g. sold plots.But the reason why this would be optional is because not all plots will be sold on
Binance Smart Chain
. E.g. My Neighbor Alice has lands which are not sold, and lands that are noterc721
. In that scenario, they don't need to be associated with achain_id
andcontract_address
.
Last updated
Was this helpful?