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):
Copy file name to clipboardExpand all lines: apps/remix-ide/src/app/tabs/locales/en/remixd.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"remixd.text1": "Access your local file system from Remix IDE using <a>Remixd NPM package</a>.",
8
8
"remixd.text2": "Remixd <a>documentation</a>.",
9
9
"remixd.text3": "The remixd command is:",
10
-
"remixd.text4": "The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://remix-alpha.ethereum.org, or https://remix-beta.ethereum.org",
10
+
"remixd.text4": "The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://alpha.remix.live, or https://beta.remix.live",
11
11
"remixd.text5": "Example command with flags:",
12
12
"remixd.text6": "For info about ports, see <a>Remixd ports usage</a>",
13
13
"remixd.text7": "This feature is still in Alpha. We recommend to keep a backup of the shared folder.",
@@ -114,7 +114,7 @@ Before starting to coding, we should ensure all devs / contributors are aware of
114
114
### 3) Merge:
115
115
116
116
- Merging is possible after Review and Tests are ok and when the PR is approved.
117
-
- After a merge, it is highly recommended to check the new code in `remix-alpha.ethereum.org`
117
+
- After a merge, it is highly recommended to check the new code in `alpha.remix.live`
118
118
119
119
---
120
120
@@ -195,8 +195,8 @@ Before starting to coding, we should ensure all devs / contributors are aware of
195
195
### release process:
196
196
197
197
- We release an `x.0.0` if there's a fundamental change in our UX design, which means users will need to readapt the way they use the app
198
-
- after a week finishes, we publish/release a new version as **remix-beta.ethereum.org** and inform users so early adopters can test. after another week, when the next finished work is released as **remix-beta.ethereum.org**, the previous one becomes **remix.ethereum.org** and all users can start using it
199
-
- a bot to automatically notify users about upcoming features on all channels whenever **remix-beta.ethereum.org** is updated
198
+
- after a week finishes, we publish/release a new version as **beta.remix.live** and inform users so early adopters can test. after another week, when the next finished work is released as **beta.remix.live**, the previous one becomes **remix.ethereum.org** and all users can start using it
199
+
- a bot to automatically notify users about upcoming features on all channels whenever **beta.remix.live** is updated
200
200
- in case it's a major version increase - this announcement should be specially marked so people can check early instead of being confronted with drastic changes when **remix.ethereum.org** updates
201
201
### maintenance:
202
202
- Setting up a "bug" time where we each take a bug for which:
setContent('Welcome to the Remix alpha instance. Please use it to try out latest features. But use preferably https://remix.ethereum.org for any production work.')
0 commit comments