Skip to content

Plenteum Blockchain App Services Powered by - Hyperledger Iroha

License

Notifications You must be signed in to change notification settings

blockchain-Bobby/Iroha-archived

 
 

Repository files navigation

Welcome!

What is Hyperledger Iroha?

License CII Best Practices Build Status Throughput Graph

Iroha is a straightforward distributed ledger technology (DLT), inspired by Japanese Kaizen principle — eliminate excessiveness (muri). Iroha has essential functionality for your asset, information and identity management needs, at the same time being an efficient and trustworthy byzantine fault-tolerant tool for your enterprise needs.

Check the overview page of our documentation. Here is a YouTube channel where we upload meetings and explanatory videos - check them out!

Iroha logo

Iroha has the following features:

  1. Creation and management of custom fungible assets, such as currencies, kilos of gold, etc.
  2. Management of user accounts
  3. Taxonomy of accounts based on domains 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
  6. Multisignature transactions

Iroha is Byzantine Fault Tolerant and has its own consensus algorithm - YAC

Iroha Consensus

A consensus algorithm is a process in computer science used to achieve agreement on a single data value among distributed processes or systems. Consensus algorithms are designed to achieve reliability in a network involving multiple unreliable nodes. Solving that issue – known as the consensus problem – is important in distributed computing and multi-agent systems.

Consensus, as an algorithm

An algorithm to achieve agreement on a block among peers in the network. By having it in the system, reliability is increased.

Consensus, as a component

Preserves consistent state among the peers within a peer network. Iroha uses own consensus algorithm called Yet Another Consensus (aka YAC). Distinctive features of this algorithm are its scalability, performance, and Byzantine fault tolerance. If there are missing blocks, they will be downloaded from another peer via Synchronizer. Committed blocks are stored in Ametsuchi block storage.

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!

API Documentation

https://iroha.readthedocs.io/en/latest/api/index.html

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 and iOS.

Are there any example applications?

Android point app and JavaScript wallet.

Want to help us develop Iroha?

That's great! Check out this document

Need help?

  • Join Telegram chat or Hyperledger RocketChat where the maintainers, contributors and fellow users are ready to help you. You can also discuss your concerns and proposals and simply chat about Iroha there or in Gitter Join the chat at https://gitter.im/hyperledger-iroha/Lobby
  • Submit issues and improvement suggestions via Hyperledger Jira
  • Subscribe to our mailing list to receive the latest and most important news and spread your word within Iroha community

Iroha 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/

./build/bin/irohad --config ./flask/configs/config.docker --genesis_block ./flask/configs/genesis.block --keypair_name ./flask/configs/node0

About

Plenteum Blockchain App Services Powered by - Hyperledger Iroha

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.4%
  • CSS 5.0%
  • Python 4.0%
  • CMake 3.3%
  • Groovy 1.4%
  • Dockerfile 0.6%
  • Other 1.3%