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
  • Ready to create your own app?
  • Learn about your Smart Contract

Was this helpful?

  1. API

Your Niftory Account

PreviousUser Auth (Client-Side)NextNiftory Admin Portal

Last updated 1 year ago

Was this helpful?

Ready to create your own app?

To get started with your own application, let's get your Niftory API Keys! Login to the to create an account and follow these steps:

  1. You should automatically be redirected to the Your App Page. If not, click on your User Profile, and select App.

  2. Click to get all of your secrets and start building. You can start calling the API now against your own application, but blockchain actions will require a contract, which takes one more step.

  3. Select a name for your contract and hit . Your smart contract will be created under a brand new blockchain address for your app. Now, you can run blockchain actions

Now you're ready to build your own - we recommend you start with the Niftory Sample App to get the basics set up!

Learn about your Smart Contract

When you start with Niftory, the platform automatically deploys a robust smart contract for you to build with. This smart contract gives you everything you need to mint NFTs and much more. Before you do any blockchain actions, you'll simply need to name and deploy your smart contract. Don't worry - this is very easy. Just give your Smart Contract a name, hit the Deploy button and after 30 seconds, you should see that your smart contract is ready. You can always view your contract, the address, source code or anything else

Niftory Contract Configuration
👩‍💻
🎉
Niftory Admin Portal
Setup and Get Keys
Deploy Contract