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 [Python Getting Started guide](./../getting_started/python) to install
the library.

## Run the Examples

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

```bash
python bindings/python/examples/01_get_info.py
```