You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
0 commit comments