[Ethereum] How to connect to Remix in Mist or MetaMask

json-rpcmetamaskmistmixremix

If I use either Mist or MetaMask, I get the error message:

Unable to connect to http://localhost:8545. Invalid JSON RPC response: ""

How can I connect to the Remix localhost?

Best Answer

You're waiting for the Remix team to add support. Currently they only support local nodes running, but marked the issue as "soon" on October 4th:

https://github.com/ethereum/remix/issues/105

Related Topic