SDK Tutorials
These pages summarize the current Iroha 3 client entry points shipped from the main workspace. The SDK surface is evolving quickly, so this section focuses on the canonical package names, installation paths, and minimal starting points from the upstream repository.
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.
Sample Apps
We maintain sample applications for JavaScript desktop, Android, and iOS client flows. The JavaScript demo is the most complete current reference; the mobile demos are useful for point-app layout and historical context.
Source of Truth
All SDK pages here are derived from the current upstream workspace:
crates/irohapython/iroha_pythonjavascript/iroha_jsjava/iroha_androidIrohaSwift
When in doubt, prefer the README and package metadata in those directories over older Iroha 2-era examples.