GithubHelp home page GithubHelp logo

bullseyex / iroha Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperledger-archives/iroha

0.0 1.0 0.0 34.52 MB

Iroha - A simple, decentralized ledger

Home Page: http://iroha.tech

License: Other

CMake 7.90% Shell 0.54% C++ 84.57% C 6.18% Protocol Buffer 0.82%

iroha's Introduction

What is Hyperledger Iroha?

License CII Best Practices Codacy Badge CircleCI

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

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).

Current Status

Iroha v0.95 preview version is released on 6 of August. Please, get familiar with preview notes.

Next milestone is Alpha version, coming at [September 2017] (https://github.com/hyperledger/iroha/wiki/Iroha-release-plan).

Iroha repository 101

Iroha runs as a daemon (irohad), representing a single peer in the Iroha network. For each peer, there is the following package structure, corresponding to components in the system:

  • Torii (โ›ฉ, gate) is a package that contains classes, which are in charge of interaction with users (clients)
  • Network encompasses interaction with the network of peers
  • Validation classes check business rules and validity (correct format) of transactions or queries
  • Synchronizer helps to synchronize new peers in the system or temporarily disconnected peers
  • Simulator generates a temporary snapshot of storage to validate transactions
  • Ametsuchi is the ledger block storage
  • Model classes are system entities, and converters for them

For other components and more explanations, please take a look at the technical and design docs.

Quickstart

Docker

You may use the docker ennvironment to build and run the system, by executing the following:

git clone https://github.com/hyperledger/iroha.git
sh iroha/docker/run-ametsuchi-dev.sh

After that, the container will run in interactive mode. So, you can run any IDE or editor on your local environment, while building the system in docker environment

Build

To build the system, execute the the following:

cmake -H. -Bbuild; cmake --build build -- -j4;

Consider executing git clean -ix and choosing the c option when you want to rebuild the system (to clean up generated protobuf code). Also, use the --clean-first flag for rebuild.

Find out more

Technical docs Guides Contributing
Technical docs How-to Contributing

Need help?

  • Join HyperLedger RocketChat #iroha channel to discuss your concerns and proposals
  • Use mailing list to spread your word within Iroha development community [email protected]
  • Submit issues via GitHub Iroha repository
  • Communicate in Gitter chat with our development community Join the chat at https://gitter.im/hyperledger-iroha/Lobby

License

Copyright 2016, 2017 Soramitsu Co., Ltd.

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's People

Contributors

a-r-g-v avatar cimadai avatar davidebenato avatar eizoefoer avatar grimadas avatar kamilsa avatar l4l avatar lebdron avatar lirm avatar luckychess avatar mizukisonoko avatar motxx avatar muratovv avatar neewy avatar phlamenco avatar ryuo88 avatar sasagawahiroshi avatar satellitex avatar takemiyamakoto avatar tkyonezu avatar warchant avatar x3medima17 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.