This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Replies: 1 comment
-
|
Hi thanks for raising this issue! The issue is potentially caused by the Can you please try by starting Ganache with the following: In addition, you can try connecting to Ganache directly (cutting out Metamask), by executing the following from your local computer: |
Beta Was this translation helpful? Give feedback.
0 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 am prototyping a DApp, and I would not like to use any of the Ethereum test networks with it for now.
Instead, I would like to run a fake blockchain using Ganache on a remote server and connect MetaMask from the user's browser to it.
If I run it in detached mode using something like this
on a remote server, should I be able to connect MetaMask to it as a custom network using an endpoint like http://my.custom.server.domain:8544?
Assume the firewall (which in this case is an AWS security group on the corresponding EC2 instance) allows traffic on port 8544. Is there any other port I would have to open?
I ran a few experiments with the set up above, but it seems that MetaMask can never see the fake ETH balance that the test accounts would have. MetaMask always shows a balance of 0 ETH for all accounts.
Also, any tips for debugging this? Anything in particular I'd have to check in logs?
Beta Was this translation helpful? Give feedback.
All reactions