🛠ī¸Installation

Using our JS/TS SDK, you can interact with Altura's services, such as authenticating users using Altura Guard, fetching user and NFT data, and transferring, minting, and updating NFTs.

Getting Started

Requirements

Installation

npm install --save @altura/altura-js

That's it! You have successfully installed the Altura SDK.

Importing

To use the Altura SDK in your code, you need to import as follows.

const { Altura } = require("@altura/altura-js")

const altura = new Altura(API_KEY); // your API Key

Features

Altura Object

User Object

Item Object

Last updated