|
|
|
@ -9,8 +9,14 @@ Note that connecting to Geth does not work through https. |
|
|
|
|
|
|
|
|
|
You'll have to run your own node using the following parameters: |
|
|
|
|
|
|
|
|
|
Using Geth: |
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
Remix will use this instance of Geth to retrieve the transaction and the associated trace. |
|
|
|
|