Install the Library
Rust
Requirements
Include the Library
You can include the IOTA Identity Library in your project by adding it as a dependency in your Cargo.toml
.
Latest Stable Release
This version is published to crates.io and is stable, following semantic versioning.
[dependencies]
identity_iota = { version = "0.7.0-alpha" }
Development Release
This version matches the main
branch of this repository. It has all the latest features, but as such it may also have undocumented breaking changes.
[dependencies]
identity_iota = { git = "https://github.com/iotaledger/identity.rs", branch = "main"}
You can find detailed installation instructions in the Getting Started With Rust section.
WASM
Requirements
Install the Library
You can install the WASM binding of the IOTA Identity Library using npm.
Latest Stable Release
This version published to npm is stable, following semantic versioning.
npm install @iota/identity-wasm@alpha
You can find detailed installation instructions in the Getting Started With WASM section.