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
  1. 👩‍💻API
  2. Niftory Sample App

Explore the Sample App

PreviousNiftory Sample AppNextAnatomy of a Niftory App

Last updated 2 years ago

Was this helpful?

CtrlK

Was this helpful?

Start with cloning the Sample app to get started quickly:

https://github.com/Niftory/niftory-samplesgithub.com
Niftory Samples Git Repo

This sample includes everything to get your app off the ground 🚀

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

  • 💳Wallets: Set up and verify wallets for your users.

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

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

Every step of the way, your Admin Portal 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 in this guide.

Next, let's do a quick roundup 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.

Anatomy of a Niftory Apphttps://github.com/Niftory/niftory-docs/blob/sync/sample-app/niftory-sample-app/broken-reference/README.md