add script to run a local devnet, and helper command

This commit is contained in:
Jeromy
2020-04-27 15:26:46 -07:00
parent d3796abac7
commit bfa93bb933
4 changed files with 233 additions and 0 deletions
+2
View File
@@ -215,6 +215,7 @@ var CommonCommands = []*cli.Command{
netCmd,
versionCmd,
logCmd,
waitApiCmd,
}
var Commands = []*cli.Command{
@@ -232,4 +233,5 @@ var Commands = []*cli.Command{
versionCmd,
walletCmd,
logCmd,
waitApiCmd,
}