Closed mfw78 closed 2 years ago
With the implementation of the Videre
protocol, as only the ERC712 typed hash of the booking is stored on chain, extensive details pertaining to the state of a voucher
are not directly available. The only data that is available is:
This opens up branding opportunities from an NFT perspective, something like 'NFT Inception' where we can have an NFT within an NFT. When generating the tokenURI
SVG we can:
this issue will be recreated later
Currently the smart contract generates the tokenURI and then stores this in state. This is inefficient as all the state can be determined from on chain data and allows us to do on-chain generated booking stubs (as SVG graphics).
Therefore, we would design a small booking stub (similar to how an airline does their booking stub) which shows:
Name of accommodation facility Owner: 0x3847...3837
By parting out tokenURI to an external NFTDescription contract this could be upgradeable as design parameters change.