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. API
  2. Niftory Sample App

Explore the Sample App

PreviousNiftory Sample AppNextAnatomy of a Niftory App

Last updated 1 year ago

Was this helpful?

Start with cloning the Sample app to get started quickly:

This sample includes everything to get your app off the ground

  • : Easily plug-in Niftory Auth to get access to users, their profiles, wallets, NFTs, and everything else your app will need.

  • : Set up and verify wallets for your users.

  • : Display all of the NFTs that a user owns and everything available to claim.

  • : Mint and Transfer an NFT into a user's wallet.

Every step of the way, your will be updated to show you what's happening in your environment, including seeing new users signing up for your Sample App. We'll go over the Admin Portal .

Next, let's do a of the entire API surface -- it's ok if something doesn't make sense yet. We will revisit them in depth as we explore the Anatomy of the Sample App, and again when we go over the Core Concepts.

👩‍💻
Admin Portal
in this guide
quick roundup
Anatomy of a Niftory App
https://github.com/Niftory/niftory-docs/blob/sync/sample-app/niftory-sample-app/broken-reference/README.md
🚀
🔐
💳
Authentication
Wallets
NFTs
Claim an NFT
https://github.com/Niftory/niftory-samplesgithub.com
Niftory Samples Git Repo