mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
Add simple keygen command to subkey (#1250)
* Remove _ prefix from variable * Handle empty pattern in vanity tool * Deduplicate and fix account printing * Add comment on restore subcommand * Add simple keygen command
This commit is contained in:
@@ -2,6 +2,8 @@ name: subkey
|
||||
author: "Parity Team <admin@parity.io>"
|
||||
about: A substrate key utility
|
||||
subcommands:
|
||||
- generate:
|
||||
about: Generate a random account
|
||||
- restore:
|
||||
about: Gets a public key and a SS58 address from the provided seed phrase
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user