Basic javascript console
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user