boxfish-studio--iota-is-sdk
v0.0.14
Published
node.js sdk for the IOTA's Integration Services API
Readme
IOTA Integration Services Node.js SDK
This is the node.js SDK for easy usability of the Integration Services API.
Prerequisites
- A recent version of Node.js
- A reference to an instance of the Integration Services API
Examples
Install the library:
Latest Release: this version matches the main branch of this repository, is stable and will have changelogs.
npm install iota-is-sdkBuild
Alternatively, you can build the library. First install the necessary dependencies using:
npm installand then build with
npm run build