iota-client 1.4.0

The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Prequisites

Before you can run the examples, please refer to the [Node.js Getting Started guide](./../getting_started/nodejs) to install
the library.

## Run the Examples

To run any Node.js example, you need to select any of the
[Node.js examples](https://github.com/iotaledger/iota.rs/tree/dev/bindings/nodejs/examples) and run it with your local
Node.js interpreter. The following snippet runs `01_get_info.js` from the project root:

```bash
node bindings/nodejs/examples/01_get_info.js
```