diff options
author | chriseth <chris@ethereum.org> | 2017-03-16 19:21:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 19:21:32 +0800 |
commit | 6ecfcbb686516690e02e26ef248c842e1de81528 (patch) | |
tree | d88b015fd792f369a249215b42558b6ae1756bf8 /docs/installing-solidity.rst | |
parent | dbd103f2d2ac94db0a0af6ad916f86ef1bb69406 (diff) | |
parent | a0d6ac63cca61e2916bbe74e2575d3fd48395467 (diff) | |
download | dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.gz dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.bz2 dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.lz dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.xz dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.tar.zst dexon-solidity-6ecfcbb686516690e02e26ef248c842e1de81528.zip |
Merge pull request #1784 from ethereum/docs-remix
Replace references to browser-solidity with Remix
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index fb405475..a3e72c5a 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -15,11 +15,11 @@ are not guaranteed to be working and despite best efforts they might contain und and/or broken changes. We recommend using the latest release. Package installers below will use the latest release. -Browser-Solidity -================ +Remix +===== If you just want to try Solidity for small contracts, you -can try `browser-solidity <https://ethereum.github.io/browser-solidity>`_ +can try `Remix <https://remix.ethereum.org/>`_ which does not need any installation. If you want to use it without connection to the Internet, you can go to https://github.com/ethereum/browser-solidity/tree/gh-pages and @@ -31,7 +31,7 @@ npm / Node.js This is probably the most portable and most convenient way to install Solidity locally. A platform-independent JavaScript library is provided by compiling the C++ source -into JavaScript using Emscripten. It can be used in projects directly (such as Browser-Solidity). +into JavaScript using Emscripten. It can be used in projects directly (such as Remix). Please refer to the `solc-js <https://github.com/ethereum/solc-js>`_ repository for instructions. It also contains a commandline tool called `solcjs`, which can be installed via npm: |