Replies: 1 comment
-
Hello @gege83var It would be super convenient to improve developer experience, that's a fact.
Here is an idea of flow that I suggest at the moment before we find a better solution: Backend flow to get NFT data using an additionnal local DB
This flow is currently used by Secret Stash. Thank you so much for this nice suggestions ✨ |
Beta Was this translation helpful? Give feedback.
-
Hello guys,
I would like to suggest to add 2 fields in nftEntities.
I don't know if it's possible and easy to add or no (cause ipfs data can be anything)
But, I think adding them can be really useful to query image & or nft title 100 by 100 instead of getting 100 nft offchain data and request 100 time to IPFS there name & image (at least)
That could be drastically decrease the time to show NFT in wallet, marketplace, ... anywhere we need to show NFT finally
More than, (it's already possible, but not perfect) is to request groupBy imageOffchainData to show only 1 time the image if is not unique (Happy Tiime collection for exemple)
That's work great with offchainData
But if someone create 2 different NFT but with the same offchainData image link it doesn't work (very rare case I know)
But it's another utility of these request
Thanks a lot <3
Beta Was this translation helpful? Give feedback.
All reactions