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
The goal of useNFTExplore is to fetch multiple NFTs at one time and have a pagination system. It is useful for cura and other projects too. And we should remove it from frontend and add it to @cura/hooks .
Also, cleaning it and improving it to make sure it works intuitively and in different setups.
I'm not sure if this is doable, but it would be better if useNFTExplore don't require the user to be logged. Because it only uses view methods and shouldn't need any gas to work. We need to test that too and the limits.
The text was updated successfully, but these errors were encountered:
The goal of
useNFTExplore
is to fetch multiple NFTs at one time and have a pagination system. It is useful for cura and other projects too. And we should remove it fromfrontend
and add it to@cura/hooks
.source/examples/frontend/pages/share/explore/index.tsx
Line 58 in fa01318
Also, cleaning it and improving it to make sure it works intuitively and in different setups.
I'm not sure if this is doable, but it would be better if
useNFTExplore
don't require the user to be logged. Because it only uses view methods and shouldn't need any gas to work. We need to test that too and the limits.The text was updated successfully, but these errors were encountered: