kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
634 stars 361 forks source link

Chance to embed/link RMRK to cryptovoxels #26

Closed yangwao closed 1 month ago

yangwao commented 3 years ago

Yup, we got requests from famous NFT creators and they want to show their KodaDot mints in metaverses. This issue will help resolve how to embed KodaDot NFTs there. We already support iframes. If we need to be integrated by virtual world, it's good to have them chat

hiimbobdcl commented 3 years ago

Im looking into it.

hiimbobdcl commented 3 years ago

iframes can't be embedded into DCL I'm afraid, the engine has no way to interpret HTML elements perhaps you could import an image from an ipfs hash, just as you would import any image for a texture from an external URL I haven't tried this, but if there's a URL you can point to it, it should work https://docs.decentraland.org/development-guide/materials/#using-textures

jozanek commented 8 months ago

@yangwao can you elaborate more about how this integration looks like? Are there any requirements from metaverse worlds? Do they use some standardised way? Is it also part of this ticket to answer that? What was proposed by @hiimbobdcl with ipfs hash is still valid?