Skip to main content
Version: IOTA

Running Examples

Password Storage

It is not recommended to store passwords or seeds on a host's environment variables or in the source code in a production setup. Please follow our backup and security recommendations for production use.

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.