-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Clean terminal unused commands #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ff7f268 to
007b1b9
Compare
deae06d to
dcb88c6
Compare
|
|
||
| var intro = yo` | ||
| <div><div> - Welcome to Remix ${packageJson.version} - </div><br> | ||
| <div>You can use this terminal for: </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use this terminal to:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
( the last word should not be for but should be to)
| <li>Check transactions details and start debugging.</li> | ||
| <li>Execute JavaScript scripts: | ||
| <br /> | ||
| <i> - Directly input a script in the command line interface </i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Input a script directly in the command line interface
| <br /> | ||
| <i> - Directly input a script 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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Select a Javascript file in the file explorer and then run `remix.execute()` in the command line interface
| <br /> | ||
| <i> - Select a Javascript file in the file explorer and run \`remix.execute()\` in the command line interface </i> | ||
| <br /> | ||
| <i> - Right click on a JavaScript file in the file explorer and click \`Run Script\` </i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right click on a JavaScript file in the file explorer and then click `Run Script`
| 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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL should be: https://docs.ethers.io/ - not https://docs.ethers.io/ethers.js/html/
No description provided.