Closed justintim-es closed 4 years ago
I downloaded
openethereum-v3.0.0-alpha.1-ubuntu-16.04.zip
unzipped the file,
chmod u+x openethereum
into a command and finally
./openethereum --jsonrpc-interface "ip" --jsonrpc-hosts "all" --jsonrpc- cors "all" --jsonrpc-apis "all"
when calling
web3.eth.getAccounts().then(console.log)
I get the following error
Error: Invalid JSON RPC response: ""
I downloaded
unzipped the file,
into a command and finally
when calling
I get the following error