iota-client 1.4.0

The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle)
Documentation
## Prequisites

Before you run the examples, please refer to the [Wasm Getting Started guide](./../getting_started/wasm) , and make sure you have [built the bindings](./../getting_started/wasm#build) for
`node.js`.

## Run the Examples

You can run the wasm example using the following command:

```bash
npm run example:node
```

### For Web

For the web examples, you should run the following command:

```bash
npm run serve
```