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
  • Your App
  • Your Team

Was this helpful?

  1. Admin Portal
  2. Guides

Setting Up Your Org

PreviousGuidesNextCreate Your First NFT

Last updated 1 year ago

Was this helpful?

When you first login, you'll be redirected to a page to deploy your contract and setup your team. Don't worry - this will just take a couple of minutes :)

There are two key parts of what you'll want to do here:

  • Setup Your App: Here, you'll primarily name your Smart Contract. This can be your company name, project name, or anything that you'd want to be placed on the blockchain. Important: This Name cannot be changed after this step.

    • Developers: This page will be where you also receive any API Keys and Secrets you want to use from Niftory.

  • Add Team Members: Invite anyone that you'd like to join the team! All of these people will have access to create and manage NFTs for your app or project.

Your App

In this page, you can setup your smart contract and receive your API keys. For your smart contract, there's no coding required. We provide an automatic, robust contract for you to get started with immediately.

Niftory Team Page. To get to this page, Click Your UserName (Bottom Left) -> App.

Your Team

This step is very easy - to add a new member, simply provide their name, email and role. Right now, users can only be added with the Creator Role.

Questions about the API keys? See our .

Niftory Team Page. To get to this page, Click Your UserName (Bottom Left) -> Team.
🧑‍💼
🚀
API Guide