iroha icon indicating copy to clipboard operation
iroha copied to clipboard

[feature] #2774, #2775: `kagami` genesis improvments

Open Erigara opened this issue 3 years ago • 0 comments

Description of the Change

  • Generate key for every Account;
  • Extend synthetic genesis with default domain (wonderland) and account (alice) to be able to perform query;
  • Make genesis generation mode subcommand instead of flag.

Issue

Closes #2774, #2775.

Benefits

Improved UX and generation.

Possible Drawbacks

None.

Usage Examples or Tests [optional]

Generation of default genesis left unchanged:

cargo run --bin kagami -- genesis

Generation of synthetic genesis:

cargo run --bin kagami -- genesis synthetic --domians 100 --accounts-per-domain 10 --assets-per-domain 10

Erigara avatar Sep 22 '22 08:09 Erigara