6
6
<div align =" center " >
7
7
8
8
9
- [ ![ CircleCI] ( https://img.shields.io/circleci/build/github/ethereum /remix-project?logo=circleci )] ( https://circleci.com/gh/ethereum /remix-project )
9
+ [ ![ CircleCI] ( https://img.shields.io/circleci/build/github/remix-project-org /remix-project?logo=circleci )] ( https://circleci.com/gh/remix-project-org /remix-project )
10
10
[ ![ Documentation Status] ( https://readthedocs.org/projects/remix-ide/badge/?version=latest )] ( https://remix-ide.readthedocs.io/en/latest/index.html )
11
- [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&logo=github )] ( https://github.com/ethereum /remix-project/blob/master/CONTRIBUTING.md )
12
- [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/ethereum /remix-project?style=flat&logo=github )] ( https://github.com/ethereum /remix-project/graphs/contributors )
13
- [ ![ Awesome Remix] ( https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists )] ( https://github.com/ethereum /awesome-remix )
14
- [ ![ GitHub] ( https://img.shields.io/github/license/ethereum /remix-project )] ( https://github.com/ethereum /remix-project/blob/master/LICENSE )
15
- [ ![ Discord] ( https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord )] ( https://discord.gg/hEUgg24WhH )
11
+ [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&logo=github )] ( https://github.com/remix-project-org /remix-project/blob/master/CONTRIBUTING.md )
12
+ [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/remix-project-org /remix-project?style=flat&logo=github )] ( https://github.com/remix-project-org /remix-project/graphs/contributors )
13
+ [ ![ Awesome Remix] ( https://img.shields.io/badge/Awesome--Remix-resources-green?logo=awesomelists )] ( https://github.com/remix-project-org /awesome-remix )
14
+ [ ![ GitHub] ( https://img.shields.io/github/license/remix-project-org /remix-project )] ( https://github.com/remix-project-org /remix-project/blob/master/LICENSE )
15
+ [ ![ Discord] ( https://img.shields.io/badge/join-discord-brightgreen.svg?style=flat&logo=discord )] ( https://discord.gg/Sacg4gchvS )
16
16
[ ![ X Follow] ( https://img.shields.io/twitter/follow/ethereumremix?style=flat&logo=x&color=green )] ( https://x.com/ethereumremix )
17
17
18
18
</div >
28
28
29
29
: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.
30
30
31
- ** Remix Desktop IDE** , see releases: [ https://github.com/ethereum /remix-desktop/releases ] ( https://github.com/ethereum /remix-desktop/releases )
31
+ ** Remix Desktop IDE** , see releases: [ https://github.com/remix-project-org /remix-desktop/releases ] ( https://github.com/remix-project-org /remix-desktop/releases )
32
32
33
- ![ Remix screenshot] ( https://github.com/ethereum /remix-project/raw/master/apps/remix-ide/remix-screenshot-400h.png )
33
+ ![ Remix screenshot] ( https://github.com/remix-project-org /remix-project/raw/master/apps/remix-ide/remix-screenshot-400h.png )
34
34
35
35
36
36
## Remix libraries
37
37
Remix libraries are essential for Remix IDE's native plugins. Read more about libraries [ here] ( libs/README.md )
38
38
39
39
## Offline Usage
40
40
41
- The ` gh-pages ` branch of [ remix-live] ( https://github.com/ethereum /remix-live ) always has the latest stable build of Remix. It contains a ZIP file with the entire build. Download it to use offline.
41
+ The ` gh-pages ` branch of [ remix-live] ( https://github.com/remix-project-org /remix-live ) always has the latest stable build of Remix. It contains a ZIP file with the entire build. Download it to use offline.
42
42
43
43
Note: It contains the latest supported version of Solidity available at the time of the packaging. Other compiler versions can be used online only.
44
44
@@ -60,7 +60,7 @@ yarn global add nx
60
60
* Clone the GitHub repository (` wget ` need to be installed first):
61
61
62
62
``` bash
63
- git clone https://github.com/ethereum /remix-project.git
63
+ git clone https://github.com/remix-project-org /remix-project.git
64
64
```
65
65
* Build and Run ` remix-project ` :
66
66
@@ -120,7 +120,7 @@ Then go to http://localhost:8080 and you can use your Remix instance.
120
120
121
121
To fetch the docker-compose file without cloning this repo run:
122
122
```
123
- curl https://raw.githubusercontent.com/ethereum /remix-project/master/docker-compose.yaml > docker-compose.yaml
123
+ curl https://raw.githubusercontent.com/remix-project-org /remix-project/master/docker-compose.yaml > docker-compose.yaml
124
124
```
125
125
126
126
### Troubleshooting
@@ -264,7 +264,7 @@ parameters:
264
264
265
265
- Official website: https://remix-project.org
266
266
- Official documentation: https://remix-ide.readthedocs.io/en/latest/
267
- - Curated list of Remix resources: https://github.com/ethereum /awesome-remix
267
+ - Curated list of Remix resources: https://github.com/remix-project-org /awesome-remix
268
268
- Medium: https://medium.com/remix-ide
269
269
- X: https://x.com/ethereumremix
270
- - Join Discord: https://discord.gg/hEUgg24WhH
270
+ - Join Discord: https://discord.gg/Sacg4gchvS
0 commit comments