Skip to content

Commit

Permalink
Merge pull request #3130 from ethereum/vermouth22-patch-1
Browse files Browse the repository at this point in the history
Update index.rst
  • Loading branch information
ryestew authored Mar 14, 2023
2 parents eff7424 + b4610c0 commit f162d6e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@ Welcome to Remix's documentation!
=====================================

**Remix IDE** is used for the entire journey of smart contract development by users at every knowledge level.
It requires no setup, fosters a fast development cycle and has a rich set of plugins with intuitive GUIs.
The IDE comes in 2 flavors (web app or desktop app) and as a VSCode extension.
It requires no setup, fosters a fast development cycle, and has a rich set of plugins with intuitive GUIs.
The IDE comes in two flavors (web app or desktop app) and as a VSCode extension.

**Remix Online IDE**, see: `https://remix.ethereum.org <https://remix.ethereum.org>`__

Supported browsers: Firefox, Chrome, Brave. We do not support Remix's use on tablets or mobile devices.
Supported browsers: Firefox, Chrome, Brave. We do not support use of Remix on tablets or mobile devices.

**Remix Desktop IDE**, see releases: `https://github.com/ethereum/remix-desktop/releases <https://github.com/ethereum/remix-desktop/releases>`__

**Ethereum-Remix** a VSCode extension, see `here <https://marketplace.visualstudio.com/items?itemName=RemixProject.ethereum-remix>`__.
The documentation for the VSCode extension is located `here <https://github.com/ethereum/remix-vscode#ethereum-remix-project-extension-for-visual-studio-code>`__.
**Ethereum Remix**, the VSCode extension, see `here <https://marketplace.visualstudio.com/items?itemName=RemixProject.ethereum-remix>`__.
Documentation for the VSCode extension is located `here <https://github.com/ethereum/remix-vscode#ethereum-remix-project-extension-for-visual-studio-code>`__.

Remix Project
~~~~~~~~~~~~~
Remix IDE is part of the `Remix Project <https://github.com/ethereum/remix-project>`__ which also includes the
`Remix Plugin Engine <https://github.com/ethereum/remix-plugin>`__ and `Remix Libraries <https://github.com/ethereum/remix-project/tree/master/libs#remix-libraries>`__: low-level tools for wider use.
`Remix Plugin Engine <https://github.com/ethereum/remix-plugin>`__ and `Remix Libraries <https://github.com/ethereum/remix-project/tree/master/libs#remix-libraries>`__, which are low-level tools for wider use.

Remix-IDE is available
Remix IDE is available
at `remix.ethereum.org <https://remix.ethereum.org>`__ and more information can be found in these
docs. Our IDE tool is available at `our GitHub repository
docs. Our IDE tool is available at `our GitHub repository
<https://github.com/ethereum/remix-project>`__.

This set of documents covers instructions on how to use Remix.
Additional information can be found in our `blog <https://medium.com/remix-ide>`__ and in our tutorial tool, `LearnEth <https://remix-alpha.ethereum.org/?#activate=solidity,solidityUnitTesting,LearnEth&call=LearnEth//startTutorial//ethereum/remix-workshops//master//solidityintroduction&deactivate=home&minimizeterminal=true->`__ located inside of Remix IDE.

Useful links:

- `Solidity documentation <https://solidity.readthedocs.io>`__
- `Solidity Documentation <https://solidity.readthedocs.io>`__

- `Remix alpha <https://remix-alpha.ethereum.org>`__ - The version where we test new Remix release (not stable!).
- `Remix Alpha <https://remix-alpha.ethereum.org>`__ - The version where we test new Remix release (not stable!).

- `Remix Desktop <https://github.com/ethereum/remix-desktop/releases>`__ - Remix Desktop's release page.

Expand Down

0 comments on commit f162d6e

Please sign in to comment.