Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Get Node Info

node v8.17.0
version: 1.0.0
endpointsharetweet
const Iota = require("@iota/core") const iota = Iota.composeAPI({ provider: "https://nodes.devnet.iota.org:443" }); console.log(await iota.getNodeInfo())
Loading…

no comments

    sign in to comment