hyperledger-iroha
Simple, decentralized ledger
Iroha is a distributed ledger technology (DLT). Iroha has essential functionality for your asset, information and identity management needs, at the same time being a crash fault-tolerant tool.
Iroha has the following features:
Creation and management of custom fungible assets, such as currencies, kilos of gold, etc.
Management of user accounts
Taxonomy of accounts based on domains in the system
The system of rights and verification of user permissions for the execution of transactions and queries in the system
Validation of business rules for transactions and queries in the system
Multisignature transactions
- Versions: 1.1.1
- Website: https://github.com/hyperledger/iroha
- Licenses: ASL 2.0
- Package source: gnu/packages/hyperledger.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of hyperledger-iroha
as follows:
guix install hyperledger-iroha
Or install a particular version:
guix install hyperledger-iroha@1.1.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.