Commit d3714d63 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #48 from ethereum/yann300-patch-4

Update README.md
parents 40216839 2d3e65c0
...@@ -8,8 +8,14 @@ You can use it either inside Mist or by connecting to geth or eth. ...@@ -8,8 +8,14 @@ You can use it either inside Mist or by connecting to geth or eth.
Note that connecting to Geth does not work through https. Note that connecting to Geth does not work through https.
You'll have to run your own node using the following parameters: You'll have to run your own node using the following parameters:
Using Geth:
geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*' geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'
Using Eth:
eth -j --rpccorsdomain '*'
geth will run the rpc server on http://localhost:8545, remix uses by default this url. geth will run the rpc server on http://localhost:8545, remix uses by default this url.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment