How can I use forge with a local geth light node? #2697
Unanswered
CaledoniaProject
asked this question in
Help
Replies: 1 comment 2 replies
-
The default port is 8545, you are specifying 8551 in Forge without setting it to 8551 in geth. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use forge with a local geth node:
Then I created an empty project
And run it against the local geth RPC:
But it doesn't work:
What's wrong?
Beta Was this translation helpful? Give feedback.
All reactions