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
Scenario:
We want a way to be able to show all the NFTs that are minted from our dappcon collection. we will build a responsive gallery Web app that displays all the NFTs from the collection and meta data.
The web app view will be displayed on the main NFT tree monitor so we will need to enable a way for users to switch between the tree and gallery views (UI design to follow)
To do:
design the UI gallery page that only displays NFTs from our dappcon collection
build a gallery page (ReactJS) that displays all the NFTs minted from our dappcon collection
display a gallery view of minted NFTs
poll for updates every 60 seconds
display collection stats eg number minted, remaining, total CRC donated
add an input field to enable filtering by wallet address or circles username
add a single owner view that displays only the NFTs held by the wallet or username entered
display circles username and avatar on this view
set default order for the page view to latest > oldest minted
Example gallery view: (without the filters we will require)
The text was updated successfully, but these errors were encountered:
Scenario:
We want a way to be able to show all the NFTs that are minted from our dappcon collection. we will build a responsive gallery Web app that displays all the NFTs from the collection and meta data.
The web app view will be displayed on the main NFT tree monitor so we will need to enable a way for users to switch between the tree and gallery views (UI design to follow)
To do:
Example gallery view:
(without the filters we will require)
The text was updated successfully, but these errors were encountered: