Niftory Docs
  • What is Niftory?
  • Get your API Keys
  • πŸ‘©β€πŸ’»API
    • Niftory Web3 API
    • SDK QuickStart
      • Using the SDK in React
      • Using the SDK from the Server
    • API Quickstart
      • Create your first Wallet
      • API calls with Sample Content
      • Mint your first NFT
    • API Cheat Sheet
    • Niftory Sample App
      • Explore the Sample App
      • Anatomy of a Niftory App
        • Getting Authenticated
        • GraphQL Client Setup
        • API Usage
        • Transfer an NFT
    • πŸ’‘Core Concepts
      • Niftory Data Model
      • Authentication
        • Using Your API Key
        • Configuring Your App
        • Privileged Authentication
      • App and AppUser
      • NFTs
        • Creating NFTs
        • Querying NFTs
        • Transferring NFTs
        • Minting NFTs
      • Wallets
        • Create a Niftory Wallet
        • Register External Wallets
        • Query Wallets
      • Contract
      • User Auth (Client-Side)
    • Your Niftory Account
  • πŸ§‘β€πŸ’ΌAdmin Portal
    • Niftory Admin Portal
    • πŸš€Guides
      • Setting Up Your Org
      • Create Your First NFT
    • πŸ—ΊοΈExplore
      • Org and Apps
      • NFT Collection
        • Sets
        • Collectibles
        • NFTs
    • πŸ’ΌUse Cases
      • For Engineers
      • For Designers
      • For Business Users
  • πŸ“–Reference
    • GraphQL & Auth Endpoints
    • API Reference
    • SDK API Reference
Powered by GitBook
On this page

Was this helpful?

  1. Admin Portal
  2. Explore
  3. NFT Collection

Sets

PreviousNFT CollectionNextCollectibles

Last updated 1 year ago

Was this helpful?

Sets are primarily a way to organize your NFT Collection. Under Sets, you'll see your Collectibles, which are essentially templates for all of the NFTs that are being made. These Sets are created and minted directly on the blockchain.

To create a Set, simply add in a name and any other metadata that you'd like the set to have.

Field Reference:

  • Title (Required): A unique name for this set.

  • Set Type (Required): This is currently limited to Collectibles, with other types of Sets coming soon (i.e. Generative NFTs)

  • Blockchain Metadata (Optional): Any additional metadata (key, value pairs) that you'd like to be added to the blockchain for this set.

πŸ§‘β€πŸ’Ό
πŸ—ΊοΈ