NFT Viewer

Status
Complete
Assignee
Francisco Egloff
Type
Frontend
Due
Slated Version
Related SMS PRD
Email PRD for NFT Creators
Last Edited
Jul 26, 2022 11:43 PM
Last Edited By
E
Edward Atter
Priority
Blocked

Basic viewer to display NFT. The NFT collection’s address and specific NFT ID will be provided via GET parameters.

Sample address: /nft/view/COLLECTION_ETH_ADDR/NFT_ID

Other information to display:

  • Link to claim (more on this later during our meeting)
  • If claimed, display owner’s address

Standard smart contract API for NFT (ERC721): https://ethereum.org/en/developers/docs/standards/tokens/erc-721/

“Methods” are likely the most helpful