Kiosk SDK
Kiosk SDK is a tool to interact with IOTA Kiosk. You can use it to query kiosk related data, build transactions to interact, and extend Kiosk to support custom rules.
Installation
- npm
- Yarn
- pnpm
npm i @iota/kiosk
yarn add @iota/kiosk
pnpm add @iota/kiosk
About
To use the Kiosk SDK, you must create a KioskClient
instance. This instance is used to hold the
state of IotaClient
, Network
, and the rules and package IDs for interacting with IOTA Kiosk
extension.
Feedback Form