test-utils: add chain-spec-builder cli (#1061)

* test-utils: add chain-spec-builder cli

* style changes, mostly indentation

* fix padding

* add issue to todo

* more style fixes

* share seed padding with keystore

* fix master rebase error
This commit is contained in:
azban
2018-11-12 11:21:03 -08:00
committed by Gav Wood
parent 168de867f5
commit 367c99b2bb
11 changed files with 4116 additions and 56 deletions
@@ -0,0 +1,10 @@
[package]
name = "chain-spec-builder"
version = "0.1.0"
authors = ["haydn dufrene <haydn.dufrene@gmail.com>"]
[dependencies]
clap = { version = "~2.32", features = ["yaml"] }
node-cli = { path = "../../node/cli" }
substrate-primitives = { path = "../../core/primitives" }
substrate-service = { path = "../../core/service" }