mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
chain spec builder: add generate mode for authority keys (#3811)
* core: use trait object for genesis constructor * chain-spec-builder: use structopt * chain-spec-builder: add new command to generate authority keys * chain-spec-builder: use ? in main * chain-spec-builder: fix stored and printed suri from seed * chain-spec-builder: add comment about created keystore folders * chain-spec-builder: simplify file write
This commit is contained in:
@@ -5,7 +5,9 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "2.33.0", features = ["yaml"] }
|
||||
ansi_term = "0.12.1"
|
||||
keystore = { package = "substrate-keystore", path = "../../core/keystore" }
|
||||
node-cli = { path = "../../node/cli" }
|
||||
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
|
||||
substrate-service = { path = "../../core/service" }
|
||||
rand = "0.7.2"
|
||||
structopt = "0.3.3"
|
||||
|
||||
Reference in New Issue
Block a user