cmd/puppeth: add support for deploying web wallets

This commit is contained in:
Péter Szilágyi
2017-10-23 09:58:33 +03:00
parent 1e0c336d29
commit b5cf603895
5 changed files with 366 additions and 1 deletions

View File

@ -189,6 +189,7 @@ func (w *wizard) deployComponent() {
case "4":
w.deployExplorer()
case "5":
w.deployWallet()
case "6":
w.deployFaucet()
case "7":