Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 550 Bytes

Kagami (Teacher and Exemplar and/or Looking glass)

Kagami is a tool used to generate and validate automatically generated data files that are shipped with Iroha.

Build

From anywhere in the repository, run:

cargo build --bin kagami

This will place kagami inside the target/debug/ directory (from the root of the repository).

Usage

As it is an internal tool with no stable API, we decided to move all the documentation into the CLI help messages and keep it up to date in a single place.

Run:

kagami --help