Skip to content

Iroha 3

Iroha 3 is the Nexus-oriented deployment track shipped from the main Hyperledger Iroha workspace. It keeps the same core building blocks as Iroha 2 while adding the Nexus model for data spaces, multi-lane execution, and SORA-specific deployment profiles.

At a high level, Iroha 3 combines:

  • deterministic execution and storage
  • the Iroha Virtual Machine (IVM) for portable smart contracts
  • Norito as the canonical wire format
  • Torii for client, operator, and app-facing APIs
  • Sumeragi consensus with operator telemetry and status endpoints

Quickstart

If you are starting from scratch, follow these pages in order:

  1. Install Iroha 3
  2. Launch Iroha 3
  3. Operate Iroha 3 via CLI
  4. Connect to SORA Nexus dataspaces
  5. Sponsor private dataspace fees

If you are migrating an existing deployment or mental model, read Iroha 3 vs. Iroha 2 first.

SDKs

The current SDK entry points documented in this site are:

Operator References

The pages you will use most often while running a network are:

Learn More