ethereum / remix-desktop

Remix IDE desktop
1.02k stars 266 forks source link

Local Solidity Compiler in Remix #80

Open shobeirimajid opened 2 years ago

shobeirimajid commented 2 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 2 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.