Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

remix.md

File metadata and controls

7 lines (5 loc) · 278 Bytes

Development with Remix

In order to allow to use Remix (https://remix.ethereum.org) as IDE you should install it: npm install -g @remix-project/remixd and later run it as follow:

remixd -s ./contracts --remix-ide https://remix.ethereum.org > remix.log 2>&1 &