There will be various options for viewing NFTs, one will be to view "top" NFTs.
This issue is to create a new backend route to query the top NFTs, which can be done by sorting by the NFT's like counts. The best way to do this will be to copy the getNFTs route and make the appropriate changes there.
Make sure to keep the pagination functionality working.
There will be various options for viewing NFTs, one will be to view "top" NFTs.
This issue is to create a new backend route to query the top NFTs, which can be done by sorting by the NFT's like counts. The best way to do this will be to copy the
getNFTs
route and make the appropriate changes there.Make sure to keep the pagination functionality working.
References