/arduino-iota-client

IOTA library for Arduino

Primary LanguageC++MIT LicenseMIT

Arduino IOTA Client

This is a IOTA library for Arduino; it can be used to connect to a user-supplied IOTA node that exports the HTTP IRI API, and can do things such as getting the current balance and transferring IOTAs.

Supported platforms:

  • ESP32
  • ESP8266
  • STM32

Dependencies

Installation

$ cd path/to/your/libraries
$ git clone --recursive https://github.com/francescolavra/arduino-iota-client.git IotaClient