Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vanbak/rust-iota-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/iota-rust-workshop.git
cd iota-rust-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 02_fetch_data

  • implement 04_check_balance

  • implement 05_send_tokens

  • write documentation 02_fetch_data

  • write documentation 04_check_balance

  • write documentation 05_send_tokens

About

Progressive examples on how to integrate IOTA in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published