Hyperledger Iroha is a general-purpose permissioned blockchain system hosted by The Linux Foundation. It was contributed by Soramitsu, Hitachi, NTT DATA, and Colu. Hyperledger Iroha is written in C++ and incorporates the BFT consensus algorithm, named Yet Another Consensus (YAC). Hyperledger Iroha consists of simple deployment and fast development. It can be used in applications that manage digital assets, identity, interbank payment, and so on.
Hyperledger Iroha offers the following key features:
- Simple deployment with peer nodes
- Managing accounts and assets in the domain with a role-based permission model
- Fast development with built-in commands and queries
- No extra development for smart contracts for common assets and account management
- An easy and simple Iroha CLI to interact with the network
- A rich set of client libraries for Java, Python, and...