【Ethereum IDE】Remixをローカルで動かす + ローカルフォルダと同期する
概要
Ethereum のオンラインIDE であるRemix をローカル環境で使用し、ローカルのファイルと同期する方法。
実行環境
- Node 10.16.1
- macOS 10.14 Mojave
手順
- remix-ide のインストール
- remixd のインストール
- remixd の起動
-
http://127.0.0.1:8080 にブラウザでアクセス
- プラグインでRemixdを有効にする
1. remix-ide のインストール
- remix-ide のインストール
- remixd のインストール
- remixd の起動
- http://127.0.0.1:8080 にブラウザでアクセス
- プラグインでRemixdを有効にする
1. remix-ide のインストール
統合開発環境であるremix-ide をグローバルにインストールする
npm install remix-ide -g
2. remixd のインストール
remixd をグローバルにインストールする
npm install remixd -g
3. remixd の起動
remixd を任意のフォルダを絶対パスで指定して起動する
ここで指定したフォルダとRemix 間で同期が取れるようになる
remixd -s <絶対パスでフォルダを指定> --remix-ide http://127.0.0.1:8080
4. http://127.0.0.1:8080 にブラウザでアクセス
IDEが自動で起動されるのでhttp://127.0.0.1:8080 にブラウザでアクセス
5. プラグインでRemixdを有効にする
検索窓で「remixd」と検索してActivate ボタンをおす
Happy Hacking !
参考
Remix https://remix.ethereum.org
Remix documentation https://remix-ide.readthedocs.io/en/latest/index.html
Author And Source
この問題について(【Ethereum IDE】Remixをローカルで動かす + ローカルフォルダと同期する), 我々は、より多くの情報をここで見つけました https://qiita.com/tktktktk/items/4cdb92a555db50713c8e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .