IOTA Rust Workshop

Simple examples to help a developer work through interacting with the IOTA network.

Getting started

To start playing with these examples run the following commands:

git clone https://github.com/iota-community/rust-iota-workshop.git
cd rust-iota-workshop

Installing Rust

https://www.rust-lang.org/tools/install

Run first example

All examples can be run from within the root directory (rust-iota-workshop)

Run

cargo run --example [example]

Example

cargo run --example 00_get_node_info

You should receive a message including the statistics of an IOTA node. This means you can explore and run the other examples.

Examples included

Here you can find all the examples:

PRs are welcome on master

Todo List

  • implement ?