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 can run the examples, please refer to the
[Java Getting Started guide](./../getting_started/java/getting_started) to install the library.

## Running the Java Examples

### Gradle

```
./gradlew examples:java-app:test --info
```

### Maven

```
mvn exec:exec
```

## Running the Android Examples

The Android app needs further compilation instructions which you can find in the
[Getting Started With Java - Android Development](./../getting_started/java/android_development) section.

## Example for an External Project

You can find a project skeleton can in [this repository](https://github.com/kwek20/iota-rs-java).