varintro=yo`<div><div> - Welcome to Remix v0.6.4 - </div><br>
varintro=yo`<div><div> - Welcome to Remix v0.6.4 - </div><br>
<div>You can use this terminal for: </div>
<div>You can use this terminal for: </div>
<div> - Checking transactions details and start debugging.</div>
<ul class=${css2.ul}>
<div> - Running JavaScript scripts.</div>
<li>Checking transactions details and start debugging.</li>
<div> - Running JavaScript scripts involving web3 if the current environement is injected provider or Web3 provider.</div>
<li>Running JavaScript scripts. The following libraries are accessible:
<div> - Executing common command to interact with the Remix interface (see list of commands below). Note that these command can also be included in a JavaScript script.</div></div>`
<ul class=${css2.ul}>
<li><a target="_blank" href="https://web3js.readthedocs.io/en/1.0/">web3 version 1.0.0</a></li>
<li>Executing common command to interact with the Remix interface (see list of commands above). Note that these commands can also be included and run from a JavaScript script.</li>
</ul>
</div>`
self.commands.html(intro)
self._shell('remix.help()',self.commands,()=>{})
self._shell('remix.help()',self.commands,()=>{})
self.commands.html(intro)
returnself._view.el
returnself._view.el
functionchange(event){
functionchange(event){
...
@@ -579,7 +591,7 @@ function domTerminalFeatures (self, scopedCommands) {
...
@@ -579,7 +591,7 @@ function domTerminalFeatures (self, scopedCommands) {