Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
f12768e9
Commit
f12768e9
authored
Sep 17, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update label
parent
cde280ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
terminal.js
apps/remix-ide/src/app/panels/terminal.js
+5
-5
No files found.
apps/remix-ide/src/app/panels/terminal.js
View file @
f12768e9
...
...
@@ -444,20 +444,20 @@ class Terminal extends Plugin {
var
intro
=
yo
`
<div><div> - Welcome to Remix
${
packageJson
.
version
}
- </div><br>
<div>You can use this terminal
for
: </div>
<div>You can use this terminal
to
: </div>
<ul class=
${
css2
.
ul
}
>
<li>Check transactions details and start debugging.</li>
<li>Execute JavaScript scripts:
<br />
<i> -
Directly input a script
in the command line interface </i>
<i> -
Input a script directly
in the command line interface </i>
<br />
<i> - Select a Javascript file in the file explorer and
run \`remix.execute()\`
in the command line interface </i>
<i> - Select a Javascript file in the file explorer and
then run \`remix.execute()\` or \`remix.exeCurrent()\`
in the command line interface </i>
<br />
<i> - Right click on a JavaScript file in the file explorer and
click \`Run Script
\` </i>
<i> - Right click on a JavaScript file in the file explorer and
then click \`Run
\` </i>
The following libraries are accessible:
<ul class=
${
css2
.
ul
}
>
<li><a target="_blank" href="https://web3js.readthedocs.io/en/1.0/">web3 version 1.0.0</a></li>
<li><a target="_blank" href="https://docs.ethers.io
/ethers.js/html/
">ethers.js</a> </li>
<li><a target="_blank" href="https://docs.ethers.io">ethers.js</a> </li>
<li><a target="_blank" href="https://www.npmjs.com/package/swarmgw">swarmgw</a> </li>
<li>remix (run remix.help() for more info)</li>
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment