Package Exports
- @iota/streams/node
- @iota/streams/node/streams.js
- @iota/streams/web/streams.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iota/streams) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
IOTA streams WASM
Setup for development
git clone https://github.com/iotaledger/streams
cd streams/bindings/wasm
npm installBrowser example
npm run serveGo to http://localhost:8080 and open your browser console to see the logs!
NodeJS only example:
npm run build:nodejsnpm run example:nodejsGenerate docs
npm run doc:nodejsThe generated docs are available in node/jsdocs/index.html