keep-starknet-strange / art-peace

Competitive art canvas on Starknet
https://art-peace.net
MIT License
29 stars 51 forks source link

[feat] NFTs Explorer : Top NFTs #215

Closed b-j-roberts closed 5 months ago

b-j-roberts commented 5 months ago

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

b-j-roberts commented 5 months ago

Hey @fishonamos , thank you for volunteering for the issue. Can you comment here so I can assign you, if you are still interested?

fishonamos commented 5 months ago

Let's go!