iota-sdk

Crates.ioiota-sdk
lib.rsiota-sdk
version3.0.0-alpha.1
created_at2023-04-03 08:25:22.903297+00
updated_at2025-11-10 07:45:13.850634+00
descriptionThe official SDK for IOTA
homepage
repositoryhttps://github.com/iotaledger/iota-rust-sdk/
max_upload_size
id828947
size148,544
(iota-ci)

documentation

README

IOTA Sdk

A Rust SDK for integrating with the IOTA blockchain.

[!NOTE] This is project is under development and many features may still be under development or missing.

Overview

This repository contains a collection of libraries for integrating with the IOTA blockchain.

A few of the project's high-level goals are as follows:

  • Be modular - user's should only need to pay the cost (in terms of dependencies/compilation time) for the features that they use.
  • Be light - strive to have a minimal dependency footprint.
  • Support developers - provide all needed types, abstractions and APIs to enable developers to build robust applications on IOTA.
  • Support wasm - where possible, libraries should be usable in wasm environments.

Crates

In an effort to be modular, functionality is split between a number of crates. The main crate, iota-sdk, contains the others.

License

This project is available under the terms of the Apache 2.0 license.

Commit count: 0

cargo fmt