Skip to main content
Version: IOTA

Running Examples

Prequisites

Before you can run the examples, please refer to the Java Getting Started guide 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 section.

Example for an External Project

You can find a project skeleton can in this repository.