onflow / nft-catalog

https://www.flow-nft-catalog.com/
The Unlicense
36 stars 13 forks source link

Initial Implementation of NFT Retrieval w/ Catalog #4

Closed bshahid331 closed 2 years ago

bshahid331 commented 2 years ago

Summary

This is the initial version of the contract that leverages the catalog to get NFTs in a user's account. It also includes transactions that let you

  1. Get all NFTs in an account
  2. Get specific NFT in account
  3. Get NFTs of certain types in an account

Test Plan Wrote test cases leveraging all three new transactions which talk to the Smart Contract

NOTE

The views struct is a WIP and I will add more fields in the future. This is to show how it works.