remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/docs/terminal.rst

15 lines
763 B

7 years ago
Terminal
========
.. image:: images/remix_terminal.png
7 years ago
Features, available in the terminal:
7 years ago
- It integrates a JavaScript interpreter and the ``web3`` object. It enables the execution of the JavaScript script which interacts with the current context. (note that ``web3`` is only available if the ``web provider`` or ``injected provider`` mode is selected).
7 years ago
- It displays important actions made while interacting with the Remix IDE (i.e. sending a new transaction).
7 years ago
- It displays transactions that are mined in the current context. You can choose to display all transactions or only transactions that refers to the contracts Remix knows (e.g transaction created from the Remix IDE).
- It allows searching for the data and clearing the logs from the terminal.