Hello,
Is there a native console interface?
If no, is there a way to expose node to geth console? So far:
$ geth attach localhost:8545
"Unable to attach to geth node - Invalid endpoint"
(Have tried all the variants of the url I can think of).
If it's supposed to be possible, is host potentially the issue? Possible to set host? (i.e. issue #51, #77)
Thanks for your help!
Please answer this issue!
@Janaka-Steph The author of this issue closed it on Apr 29th. If you have a question or issue please submit a new Issue that specifically deals with your question.
@Janaka-Steph
Assuming you have the testrpc running you can attach via geth to the console via
geth attach http://localhost:8545

Most helpful comment
@Janaka-Steph
Assuming you have the testrpc running you can attach via geth to the console via
geth attach http://localhost:8545