@ -240,13 +240,13 @@ class SettingsUI {
return yo `
< div class = "" >
Note : To use Geth & https : //remix.ethereum.org, configure it to allow requests from Remix:(see <a href="https://geth.ethereum.org/docs/rpc/server" target="_blank">Geth Docs on rpc server</a>)
< div class = "border p-1" > geth -- rpc -- rpc corsdomain https : //remix.ethereum.org</div>
< div class = "border p-1" > geth -- http -- http . corsdomain https : //remix.ethereum.org</div>
< br >
To run Remix & a local Geth test node , use this command : ( see < a href = "https://geth.ethereum.org/getting-started/dev-mode" target = "_blank" > Geth Docs on Dev mode < / a > )
< div class = "border p-1" > geth -- rpc -- rpc corsdomain= "${window.origin}" -- rpc api web3 , eth , debug , personal , net -- vmdebug -- datadir $ { thePath } -- dev console < / d i v >
< div class = "border p-1" > geth -- http -- http . corsdomain = "${window.origin}" -- http . api web3 , eth , debug , personal , net -- vmdebug -- datadir $ { thePath } -- dev console < / d i v >
< br >
< br >
< b > WARNING : < / b > I t i s n o t s a f e t o u s e t h e - - r p c c o r s d o m a i n f l a g w i t h a w i l d c a r d : < b > - - r p c c o r s d o m a i n * < / b >
< b > WARNING : < / b > I t i s n o t s a f e t o u s e t h e - - h t t p . c o r s d o m a i n f l a g w i t h a w i l d c a r d : < b > - - h t t p . c o r s d o m a i n * < / b >
< br >
< br > For more info : < a href = "https://remix-ide.readthedocs.io/en/latest/run.html#more-about-web3-provider" target = "_blank" > Remix Docs on Web3 Provider < / a >
< br >