Kagami is a tool used to generate and validate automatically generated data files that are shipped with Iroha.
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).
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