Skip to content

Commit 55d2a15

Browse files
committed
description updated
1 parent 4b03e9d commit 55d2a15

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
[![CircleCI](https://circleci.com/gh/ethereum/remix-project.svg?style=svg)](https://circleci.com/gh/ethereum/remix-project)
33
[![Documentation Status](https://readthedocs.org/projects/docs/badge/?version=latest)](https://remix-ide.readthedocs.io/en/latest/index.html)
44

5-
# Remix
5+
# Remix Project
66

7-
**Remix** is a browser-based compiler and IDE that enables users to build **Ethereum contracts with [Solidity language](https://soliditylang.org/)** and to debug transactions.
7+
The 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.
88

9-
To try it out, visit [https://remix.ethereum.org](https://remix.ethereum.org).
9+
**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/)** in as well as being a playground for learning and teaching Ethereum.
1010

11-
The [release page](https://github.com/ethereum/remix-project/releases) also gives others ways to use Remix locally. Please check it out.
11+
To try web app, visit: [https://remix.ethereum.org](https://remix.ethereum.org).
1212

13-
Remix consists of many modules and in this repository you will find Remix related apps, libs and plugins (remix-ide, remix-analyzer, etc.).
13+
For desktop version, See releases: [https://github.com/ethereum/remix-desktop/releases](https://github.com/ethereum/remix-desktop/releases)
1414

1515
![Remix screenshot](https://github.com/ethereum/remix-project/raw/master/apps/remix-ide/remix_screenshot.png)
1616

17+
**Remix libraries** work as a core of native plugins of Remix IDE. Read more about libraries [here](libs/README.md)
18+
1719
## Offline Usage
1820

1921
The `master` branch has always the latest stable build of Remix. It also contains a ZIP file with the entire build. Download it to use offline.

0 commit comments

Comments
 (0)