Add a sub command to generate a node key file (#4884)

* Add a sub command to generate a node key file in the format required by a substrate node

* Update lock file

* Apply suggestions from code review

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Updates as per code review

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Hayden Bakkum
2020-02-12 09:17:08 +13:00
committed by GitHub
parent 9ecbb420f4
commit b34df420f8
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ derive_more = { version = "0.99.2" }
sc-rpc = { version = "2.0.0", path = "../../../client/rpc" }
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
hyper = "0.12.35"
libp2p = "0.15.0"
serde_json = "1.0"
[features]