Basic javascript console

This commit is contained in:
obscuren
2014-05-15 20:45:19 +02:00
parent 3a2bddc160
commit cbce882f5e
3 changed files with 85 additions and 0 deletions

View File

@@ -146,6 +146,13 @@ save these words so you can restore your account later: %s
console := NewConsole(ethereum)
go console.Start()
}
if StartExp {
c := NewJSConsole(ethereum)
go c.Start()
}
if StartRpc {
utils.DoRpc(ethereum, RpcPort)
}