iota-streams-js

0.0.2 • Public • Published

iota-streams-js

Native Node.js modules with IOTA Streams Rust binding

Install via npm

npm install iota-streams-js
const streams = require('iota-streams-js')

streams.publish("Hello").then(success => {
     console.log("Greetings published successfully ", success)
}).catch(error => {
     console.log("Greetings published error ", error)
})

/iota-streams-js/

    Package Sidebar

    Install

    npm i iota-streams-js

    Weekly Downloads

    4

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    69.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • huhn