iota-streams-wasm
v1.0.4
Published
Iota Streams Javascript/Typescript bindings for Nodejs and Browser
Downloads
6
Maintainers
Readme
Javascript/Typescript bindings for Iota/Streams framework
Iota Streams bindings for node and browser.
⭐ USAGE
yarn add iota-streams-wasm
npm i iota-streams-wasm
- In NodeJs
import { ... } from 'iota-streams-wasm/node';
- In Browser
import { ... } from 'iota-streams-wasm/web';
EXAMPLES
https://github.com/iotaledger/streams/tree/develop/bindings/wasm/examples