Skip to content

SDK Tutorials

These pages summarize the Iroha 3 client entry points shipped from the main workspace, including canonical package names, installation paths, and minimal starting points.

  1. Install Iroha 3
  2. Launch Iroha 3
  3. Pick an SDK:
  4. Review the sample apps when you want a complete client application reference.
  5. Use Embed Kaigi when you want to add wallet-backed audio/video meetings to your own app.
  6. Use Musubi packages when you need reusable Kotodama source libraries with pinned on-chain registry dependencies.

Samples

The upstream workspace contains JavaScript recipes and Swift/iOS sample projects. For Android, start with the Kotlin SDK modules and their tests.

Source of Truth

All SDK pages here are derived from the current upstream workspace:

  • crates/iroha
  • python/iroha_python
  • javascript/iroha_js
  • kotlin
  • java/iroha_android (Java mirror of the Kotlin-first Android surface)
  • IrohaSwift
  • crates/musubi

When in doubt, prefer the README and package metadata in those directories; they describe the source revision you are building.