8000 GitHub - rusty-dusty-corner/iroha: Iroha - A simple, enterprise-grade decentralized ledger
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rusty-dusty-corner/iroha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iroha 2

A very simple and performant blockchain.

Description

License Rust

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 crash fault-tolerant tool for your enterprise needs.

Features

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

Usage

Requirements

Start Peers

cargo build
docker-compose up

More details about different ways to use Iroha application can be found here.

Use Client CLI

cp iroha/config.json target/debug/
cd target/debug
./iroha_client_cli --help

More details about Iroha Client CLI can be found here.

Project Structure

Iroha project consists of the following crates:

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

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

Iroha - A simple, enterprise-grade decentralized ledger

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.9%
  • Other 1.1%
0