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
With the introduction of the EVM bridge, Cadence projects may want control over the identifying characteristics of how their bridged NFTs are represented. The EVMBridgedMetadata view was introduced in #203 and an example implementation is needed to demonstrate how the view could be used to resolve contract and asset level metadata on NFTs upon bridging.
Suggest A Solution
Add resolution of EVMBridgedMetadata into v1 and v2 ExampleNFT implementations.
The text was updated successfully, but these errors were encountered:
Issue To Be Solved
With the introduction of the EVM bridge, Cadence projects may want control over the identifying characteristics of how their bridged NFTs are represented. The
EVMBridgedMetadata
view was introduced in #203 and an example implementation is needed to demonstrate how the view could be used to resolve contract and asset level metadata on NFTs upon bridging.Suggest A Solution
Add resolution of
EVMBridgedMetadata
into v1 and v2ExampleNFT
implementations.The text was updated successfully, but these errors were encountered: