-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to Ganache TestRPC #40
Comments
Well, I want to use eth explorer on Ganache also. |
That is a issue with Ganache not with the explorer |
�Now I can open the explorer on testrpc. |
@jacktang please share the workarounds. |
I just modified the geth_command (https://github.com/carsenk/explorer/blob/master/app/app.js#L14) to start testrpc |
@jacktang are you using Ganache GUI or Ganache CLI? |
testrpc
…On Wed, Feb 28, 2018 at 1:06 AM, Zulhilmi Zainudin ***@***.*** > wrote:
@jacktang <https://github.com/jacktang> are you using Ganache GUI or
Ganache CLI?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACtNcE3xww4Z6PdF8SMrbrNaseRx90xks5tZDYAgaJpZM4SNJE7>
.
--
Jack Tang
http://www.linkedin.com/in/jacktang
|
I solved this problem, just add a try & catch block, then it works fine for me. |
@masato25 Have you sent a PR with your changes ? Might be useful for others as well. |
Hi,
I'm trying to use this explorer with Ganache TestRPC but I got the error below:
When I switched and changed the
GETH_HOSTNAME
andGETH_RPCPORT
to real Geth node (my private blockchain node in the cloud), the explorer is working fine.Any idea what I missed here? Please advice.
Thank you.
The text was updated successfully, but these errors were encountered: