この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
remixで初めてのsolidity [2018/01/27] adash333 [リンク] |
remixで初めてのsolidity [2018/10/07] (現在) |
||
---|---|---|---|
ライン 1: | ライン 1: | ||
====== Remixで初めてのsolidity ====== | ====== Remixで初めてのsolidity ====== | ||
- | Remixとは、SolidityのためのIDE(統合開発環境)です。 | + | 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がお勧めです)で開くと、オンラインのサイトと同様のページが表示されます。 | ||
===== リンク ===== | ===== リンク ===== | ||
ライン 12: | ライン 26: | ||
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.\\ | 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 | https://github.com/ethereum/browser-solidity/blob/master/README.md | ||
+ | |||
+ | |||
+ | @Hitoshi5858 | ||
+ | 2018年01月06日に更新 | ||
+ | #15 Remix(Browser-Solidity)をインストールする\\ | ||
+ | https://qiita.com/Hitoshi5858/items/0df1f0bc5d297729ea59 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |