Skip to content

item-systems/item-sdk-typescript

Repository files navigation

ITEM SDK

A typescript SDK for Non-Fungible Items

Documentation

For a more complete set of project documentation, visit the developer portal.

For SDK specific documentation, you can look here.

Overview

This SDK provides bindings and workflows for use with various components in the NFI ecosystem.

Quickstart

To install: npm install @item-systems/item --save

Getting an Item:

const item = new Item()
const nfi = await item.getItem({
  localNfid: 1,
})

About

A typescript sdk for NFI technology

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors