Comment on page
Initialization
Initialize the SDK inside your application.
This SDK library can be used with Node.js or with your SPA and can be implemented with Javascript or Typescript.
Actually there is no way to implement this SDK inside a standard browser page (plain HTML + Javascript). You can use the SDK inside a Single Page Application (Angular, React, Next.js and so on).
const SDK = require('@nfttrader-io/sdk')
import * as SDK from "@nfttrader-io/sdk"
Last modified 4mo ago