onflow / nft-catalog

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

Initial Version of NFTCatalog & NFTCatalogAdmin #1

Closed bshahid331 closed 2 years ago

bshahid331 commented 2 years ago

DESIGN DOC

Initial boilerplate and changes for a basic version of the NFT Catalog. This is a WIP and wanted to get some initial eyes on it. Includes some basic test cases. This PR includes

  1. NFTCatalog Smart Contract
  2. NFTCatalogAdmin Smart Contract
  3. Boilerplate NFT Cadence Suite(Contract, Transactions, Scripts)
  4. Basic Cadence Scripts/Transactions to interact with NFTCatalog & NFTCatalogAdmin
  5. JS Test Suite for NFT Boilerplate and Catalog/CatalogAdmin