JAVA IOTA 1.0 Workshop Some simple examples to get you started on developing with IOTA using Java. Getting started To start playing with these examples you need these libraries: IOTA Java Library JeroMQ (for the ZeroMQ example) Examples included Here are the examples included: e01_hello_world.java e02_send_hello.java e03_fetch_hello.java e04_generate_address.java e05_check_balance.java e06_send_tokens.java e07_send_data.java e08_fetch_data.java e09_zmq_listen.java