dacelee / Moac-Remix-IDE-Live

Moac-Remix-IDE
http://remix.tmaxpool.com
1 stars 0 forks source link

Not possible to connect to the Web3 provider. Make sure the provider is running and a connection is open (via IPC or RPC). #2

Open wanpixiaozi opened 5 years ago

wanpixiaozi commented 5 years ago

I choose Run-->Environment--> Web3 provider, and start a local moac node with rpc service, but i got below error Not possible to connect to the Web3 provider. Make sure the provider is running and a connection is open (via IPC or RPC). My moac node can connect with other tools using rpc image Who can help me.

dacelee commented 5 years ago

4G RAM+ download;https://github.com/dacelee/Moac-Remix-IDE-Live/archive/master.zip local open index.html

./moac --rpc --rpcaddr=127.0.0.1 --rpccorsdomain=* (local TCP remix-ide)

./moac --rpc --rpcaddr=0.0.0.0 --rpccorsdomain=* (External connection via RPC)