Skip to Content
Getting StartedNPM Package

NPM Package (@iota-uz/sdk)

The Go module and JavaScript distribution are released from the same commit and use the same version. Version 0.5 is a clean break: the public package contains only stable bounded APIs and does not expose the old root, BiChat, applet, Tailwind, or asset surfaces.

Install

pnpm add @iota-uz/sdk@0.5.6 react react-dom

Production consumers should pin an exact SDK version matching their Go module.

Client host

import { ClientHostBoundary, ClientHostProvider, } from '@iota-uz/sdk/client-host'

Lens

import { LensDashboard, CONTRACT_VERSION, } from '@iota-uz/sdk/lens' import '@iota-uz/sdk/lens/styles.css'

Both exports include SDK release, source-commit, and protocol identity. The client host validates the identity supplied by the Go host before rendering.

Last updated on