@item-systems/item
v0.6.0
Published
A package for interfacing with Non-Fungible Items
Readme
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,
})