Niftory Docs
Niftory
Home
Sign-In
API Docs
Admin Docs
Search
⌃
K
Links
What is Niftory?
Get your API Keys
🧑💼
Admin Portal
Niftory Admin Portal
🚀
Guides
🗺
Explore
💼
Use Cases
👩💻
API
Niftory Web3 API
SDK QuickStart
Using the SDK in React
Using the SDK from the Server
API Quickstart
API Cheat Sheet
Niftory Sample App
💡
Core Concepts
Your Niftory Account
📖
Reference
GraphQL & Auth Endpoints
API Reference
SDK API Reference
Powered By
GitBook
Comment on page
Using the SDK from the Server
First, make sure you've installed the Niftory SDK on your project with:
yarn add @niftory/sdk
Now use the SDK in your codebase as follows:
import
{
NiftoryClient
}
from
"@niftory/sdk"