1.1.6 • Published 2 years ago

@altura/altura-js v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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/

1.1.6

2 years ago

1.1.5

2 years ago

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago