diff --git a/README.md b/README.md index 9f091a661b..aea4299352 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,23 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/ethereumremix?style=social)](https://twitter.com/ethereumremix) # Remix Project +**Remix Project** is a rich toolset including Remix IDE, a comprehensive smart contract development tool. The Remix Project also includes Remix Plugin Engine and Remix Libraries which are low-level tools for wider use. -**Remix Project** is a platform for development tools that use a plugin architecture. It encompasses sub-projects including Remix Plugin Engine, Remix Libraries, and of course Remix IDE. +## Remix IDE +**Remix IDE** is used for the entire journey of contract development by users of any knowledge level. It fosters a fast development cycle and has a rich set of plugins with intuitive GUIs. The IDE comes in 2 flavors and a VSCode extension: -**Remix IDE** is an open source web and desktop application. It fosters a fast development cycle and has a rich set of plugins with intuitive GUIs. Remix is used for the **entire journey of contract development with [Solidity language](https://soliditylang.org/)** as well as a playground for learning and teaching [Ethereum](https://ethereum.org/). +**Remix Online IDE**, see: [https://remix.ethereum.org](https://remix.ethereum.org) -Start developing using Remix on browser, visit: [https://remix.ethereum.org](https://remix.ethereum.org) +:point_right: Supported browsers: Firefox v100.0.1 & Chrome v101.0.4951.64. No support for Remix's use on tablets or smartphones or telephones. -For desktop version, see releases: [https://github.com/ethereum/remix-desktop/releases](https://github.com/ethereum/remix-desktop/releases) +**Remix Desktop IDE**, see releases: [https://github.com/ethereum/remix-desktop/releases](https://github.com/ethereum/remix-desktop/releases) -![Remix screenshot](https://github.com/ethereum/remix-project/raw/master/apps/remix-ide/remix_screenshot.png) +![Remix screenshot](https://github.com/ethereum/remix-project/raw/master/apps/remix-ide/remix-screenshot-400h.png) -:point_right: **Remix libraries** work as a core of native plugins of Remix IDE. Read more about libraries [here](libs/README.md) +**VSCode extension**, see: [Ethereum-Remix](https://marketplace.visualstudio.com/items?itemName=RemixProject.ethereum-remix) + +## Remix libraries +Remix libraries are essential for Remix IDE's native plugins. Read more about libraries [here](libs/README.md) ## Offline Usage diff --git a/apps/remix-ide/remix-screenshot-400h.png b/apps/remix-ide/remix-screenshot-400h.png new file mode 100644 index 0000000000..74ac1e57dc Binary files /dev/null and b/apps/remix-ide/remix-screenshot-400h.png differ diff --git a/apps/remix-ide/remix_screenshot.png b/apps/remix-ide/remix_screenshot.png deleted file mode 100644 index 76df964d6d..0000000000 Binary files a/apps/remix-ide/remix_screenshot.png and /dev/null differ