[](https://gitter.im/ethereum/remix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://gitter.im/ethereum/remix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The **Remix IDE** is an IDE for Solidity dApp developers, powered by Remix. The Remix IDE repository **is available [here](https://github.com/ethereum/remix-ide)**, and an online version is available at https://remix.ethereum.org.
The **Remix IDE** is an IDE for Solidity dApp developers, powered by Remix. The Remix IDE repository **is available [here](https://github.com/ethereum/remix-ide)**, and an online version is available at https://remix.ethereum.org.
For more, check out the [Remix documentation on ReadTheDocs](https://remix.readthedocs.io/en/latest/).
For more, check out the [Remix documentation on ReadTheDocs](https://remix-ide.readthedocs.io/en/latest/index.html).
## <a name="how-to-use"></a>How to use Remix
## <a name="how-to-use"></a>How to use Remix
...
@@ -52,7 +52,7 @@ Remix is built out of several different modules:
...
@@ -52,7 +52,7 @@ Remix is built out of several different modules:
+[`remix-tests`](remix-tests/README.md) provides unit testing for solidity.
+[`remix-tests`](remix-tests/README.md) provides unit testing for solidity.
+[`remix-astwalker`](remix-tests/README.md) provides a tool for parsing solidity AST.
+[`remix-astwalker`](remix-tests/README.md) provides a tool for parsing solidity AST.
+[`remixd`](https://github.com/ethereum/remixd/tree/master) CLI which allow accessing local element from Remix IDE (see https://remix.readthedocs.io/en/latest/tutorial_remixd_filesystem.html)
+[`remixd`](https://github.com/ethereum/remixd/tree/master) CLI which allow accessing local element from Remix IDE (see https://remix-ide.readthedocs.io/en/latest/remixd.html)
Each generally has their own npm package and test suite, as well as basic documentation.
Each generally has their own npm package and test suite, as well as basic documentation.