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.
Recommended Order
- Install Iroha 3
- Launch Iroha 3
- Pick an SDK:
- Review the sample apps when you want a complete client application reference.
- Use Embed Kaigi when you want to add wallet-backed audio/video meetings to your own app.
- 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/irohapython/iroha_pythonjavascript/iroha_jskotlinjava/iroha_android(Java mirror of the Kotlin-first Android surface)IrohaSwiftcrates/musubi
When in doubt, prefer the README and package metadata in those directories; they describe the source revision you are building.