How to use remix-IDE at your local computer

1. Install and launch local remix-IDE (v0.24.1)

1.1. Version check:

Use command below to make sure npm version >= 6.14.15 when you use remix-IDE v0.24.1:

npm -v

1.2. Install dependicies:

yarn global add @nrwl/cli
npm install -g nx

1.3. Check sources:

Now get the source codes named “remix-project” with command below:

git clone -b master https://github.com/ethereum/remix-project.git

1.4. Build project:

yarn run build:libs
nx build

1.5. Launch remix-IDE:

nx serve

1.6. After these operations, you’ll get this:

在这里插入图片描述

2. Install and launch remixd

2.1. Install

npm install -g @remix-project/remixd

2.2. Launch

Example command : remixd -s </path/to/working/directory/> -u <http://url-of-REMIX-IDE-which-access-to-local-files:8080>

Description at official url (https://remix-ide.readthedocs.io/en/latest/remixd.html) like this:
在这里插入图片描述

Here I use the local path “D:\code” to start my remixd:

remixd -s D:\\code -u http://127.0.0.1:8080

and consequently I got this:
在这里插入图片描述

3. Use local remix-IDE

3.1. Open

Open local remix-IDE at “http://localhost:8080” in internet browser.
在这里插入图片描述

3.2. Choose workspace

Choose workspace to “- connect to local-”:
在这里插入图片描述

3.3. Connect:

Confirm the notice, submit “connect” button like below:
在这里插入图片描述

3.4. Result:

You will see the projects list in the local file system path which you set at the step “launch remixd”, E.G. D:\code
在这里插入图片描述

4. References

<Remix Project> : https://github.com/ethereum/remix-project

<Remixd: Access your Local Filesystem> : https://remix-ide.readthedocs.io/en/latest/remixd.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值