目次

Remixで初めてのsolidity

Remix(browser-solidity)とは、SolidityのためのIDE(統合開発環境)です。

コンパイルとかしてくれるらしいです。

オンラインでRemix

https://remix.ethereum.org/

で、コードを試すことができます。

オフラインでRemix

Windowsの場合は、

https://github.com/ethereum/browser-solidity/tree/gh-pages?files=1

のページから、ZIPファイルをダウンロードして、解凍してから、中身のindex.htmlをブラウザ(Chromeがお勧めです)で開くと、オンラインのサイトと同様のページが表示されます。

リンク

Contract開発環境(IDE)の活用
https://book.ethereum-jp.net/first_use/realtimecompiler.html

Remix
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://github.com/ethereum/browser-solidity/blob/master/README.md

@Hitoshi5858 2018年01月06日に更新 #15 Remix(Browser-Solidity)をインストールする
https://qiita.com/Hitoshi5858/items/0df1f0bc5d297729ea59