Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.07 KB

Personal Contract

Installation

Ensure you have npm installed.

Clone the repo and in the repo install the nx CLI by running:

npm install -g @nrwl/cli

Then install remixd with:

npm install @remix-project/remixd

With nx installed you should be able to run remixd. To serve this directory to remix run:

npx remixd -s path-to-directory --remix-ide url-of-remix

For example if you're accesing remix through https://remix.ethereum.org/ and are in the repo directory, you would run:

npx remixd -s . --remix-ide https://remix.ethereum.org

In Remix

Select the file explorer from the navigation on the left and use the dropdown to change from default_orkspace and click - connect to localhost -.

You'll see a pop-up that tells you how to run remixd. It will search on port 65520 by default which is what remixd should serve on. Click connect and it should connect to the directory. From there you can do all your work in remix.