Skip to main content

IOTA Wallet Library

The wallet library is a stateful library for developers; essentially, it's a programmable wallet. However, if you use IOTA or Shimmer to transfer tokens, you should use this library as its stateful design supports the handling and monitoring of multiple accounts and addresses.

It also supports the Stronghold.rs enclave, incorporating the best security practices in one package. You can read more about the IOTA Wallet Library documentation in our wiki.

Rust


  • Getting Started - Getting Started with Rust and the IOTA Wallet Library.
  • Examples - Find starting points or inspiration in the examples.
  • Repository - Browse through the code and learn what's happening behind the scenes. Pull requests are very welcome!
  • API Documentation - The IOTA Wallet Library Rust API Documentation.

Node.js


  • Getting Started - Getting Started with Node.js and the IOTA Wallet Library.
  • Examples - Find starting points or inspiration in the examples.
  • Repository - Browse through the code and learn what's happening behind the scenes. Pull requests are very welcome!
  • API Documentation - The IOTA Wallet Library Node.js API Documentation.

Python


  • Getting Started - Getting Started with Python and the IOTA Wallet Library.
  • Examples - Find starting points or inspiration in the examples.
  • Repository - Browse through the code and learn what's happening behind the scenes. Pull requests are very welcome!
  • API Documentation - The IOTA Wallet Library Python API Documentation.