ethereum / remix-desktop

Remix IDE desktop
1.03k stars 265 forks source link

Local Solidity Compiler in Remix #80

Open shobeirimajid opened 3 years ago

shobeirimajid commented 3 years ago

Hi Can I use the Solidity local and offline compiler in RemixIDE for Windows? I have download the compiler file : soljson-v0.5.16+commit.9c3226ce.js Thanks.

yann300 commented 3 years ago

you can use the default offline compiler. Other than that, you could http serve your compiler and import it from the solidity tab.