Ganache-cli: console access

Created on 30 Apr 2016  路  3Comments  路  Source: trufflesuite/ganache-cli

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!

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

image

All 3 comments

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

image

Was this page helpful?
0 / 5 - 0 ratings