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

SDK QuickStart

PreviousNiftory Web3 APINextUsing the SDK in React

Last updated 1 year ago

Was this helpful?

Go through the before starting this section. The Niftory SDK is a Typescript SDK, designed to streamline development in the JS ecosystem. This is the easiest way to build your first app with Niftory

First, install the Niftory SDK on your project with:

yarn add @niftory/sdk

Now, you can start creating NFTs, wallets, and more with simple hooks and sdk calls!

The following guides walk you through how you can use the SDK in your App (in React - including React Native) or from the backend. If you're all set to go, the full SDK reference is available here:

👩‍💻
🎉
Niftory Quickstart
@niftory/sdk
Link to the Niftory SDK