@altura/altura-js
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

Logo

Javascript SDK for AlturaNFT

Powering the Future of Gaming


Landing Page · Marketplace · Report Bug · Request Feature



Description

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.

Installation

Install the altura-js package with NPM:

npm install @altura/altura-js

or

Install the altura-js package with YARN:

yarn add @altura/altura-js

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); // API_KEY is optional

API key is optional, which means you are able to user only read functions without putting an API key

Documentation

To learn more about the altura-js SDK function, please visit our official documentation via:

https://docs.alturanft.com/

Package Sidebar

Install

npm i @altura/altura-js

Weekly Downloads

6

Version

1.1.6

License

MIT

Unpacked Size

166 kB

Total Files

41

Last publish

Collaborators

  • mranoncoder
  • altura_nft