August 2018
Intermediate to advanced
404 pages
11h 19m
English
You can create multiple contract files in Remix and even open files from your local storage. Remix can also interact with your filesystem with read/write permission. This will help you to work on files stored in your filesystem without copying them to remix.
Remixd is the npm module that gives the remix IDE access to a folder from your local computer. To install remixd globally in your system, use the following command. Unix/Mac users might want to use sudo for permission:
npm install -g remixd
To start sharing your files for Remix, use the following command. This will share the files using a WebSocket connection:
remixd -s <Path-to-the-folder>
Once file sharing has started, click on the connect to localhost button under the ...
Read now
Unlock full access