Skip to content

Iroha 3

Iroha 3 is the first-release Hyperledger Iroha platform. It supports self-hosted networks and the multi-dataspace SORA Nexus deployment model from one deterministic codebase.

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 mandatory data availability and reliable broadcast
  • domainless canonical accounts with separately bound human-readable aliases

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

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