@polkadot-apps/product-sdk
v0.3.10
Published
Product-side TypeScript SDK for apps running inside a Parity host
Downloads
984
Readme
@polkadot-apps/product-sdk
Product-side TypeScript SDK for apps running inside a Parity host.
Use this package when you are building the product or dApp that runs inside a
host-provided webview or iframe and talks to the host through window.host.
import { data, files, media, mesh, navigateTo } from "@polkadot-apps/product-sdk";This package is pure TypeScript. It does not depend on the host-side WASM runtime packages.
