projectoperations / iroha-fixed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Hyperledger Iroha?

License CII Best Practices Snap Status Build Status Throughput Graph

Blockchain platform Hyperledger Iroha is designed for simple creation and management of assets. This is a distributed ledger of transactions.

Check overview page of our documentation.

Iroha logo

Iroha has the following features:

  1. Creation and management of custom complex assets, such as currencies or indivisible rights, serial numbers, patents, etc.
  2. Management of user accounts
  3. Taxonomy of accounts based on domains — or sub-ledgers in the system
  4. The system of rights and verification of user permissions for the execution of transactions and queries in the system
  5. Validation of business rules for transactions and queries in the system

Among the non-functional requirements can be noted a high degree of network fault tolerance (Byzantine Fault Tolerant).

Documentation

Our documentation is hosted at ReadTheDocs service here: http://iroha.readthedocs.io. We have documentation in several languages available and you are welcome to contribute on POEditor website!

How to explore Iroha really fast?

Check getting started section in your version of localized docs to start exploring the system.

How to build Iroha?

Use build guide, which might be helpful if you want to modify the code and contribute.

Is there SDK available?

Yes, in Java, Python, Javascript, builds for Android, and iOS.

Are there any example applications?

Android point app and JavaScript wallet.

Need help?

License

Iroha codebase is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Iroha documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/

About

License:Apache License 2.0


Languages

Language:C++ 86.2%Language:CMake 4.2%Language:Python 3.9%Language:Java 2.1%Language:JavaScript 1.3%Language:Groovy 0.8%Language:Shell 0.7%Language:Dockerfile 0.7%