0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

はじめに

Solidityでスマートコントラクトを開発する際に便利なブラウザ開発環境のRemixですが、
ローカルのフォルダを同期するためには少しややこしい手順を踏まなければいけないのでメモしておきます。

環境

Mac OS X 10.8.5
node v11.14.0
npm 6.7.0
*Python 2.7.16

手順

1.remixdのインストール

npm install -g remixd

2.公式がホスティングしているIDEで起動

remixd -s <同期させたいフォルダの絶対パス> --remix-ide https://remix.ethereum.org

ブラウザで https://remix.ethereum.org にアクセスし、
Plugin ManagerからRemixdをActiveにする。

3.ローカルのファイルを開く

FILE EXPLORERSに手順2で指定したフォルダが表示されていたら成功です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?