Skip to content

Commit

Permalink
Update SmartPy IDE run button (#343)
Browse files Browse the repository at this point in the history
* Update to the run button in the SmartPy IDE

* Image is bigger, so show on a new line
  • Loading branch information
timothymcmackin authored Feb 28, 2024
1 parent 8157593 commit c96b677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/smart-contract/smartpy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ def test():
Before you can deploy the contract to Tezos, you must compile it to Michelson, the base language of Tezos contracts.
The compilation process automatically runs the tests.

1. Compile the contract and run the tests by clicking the **Run Code** ![](/img/tutorials/smartpy-ide-run.png) button.
1. Compile the contract and run the tests by clicking the **Run Code** button:

![](/img/tutorials/smartpy-ide-run.png)

The right-hand pane of the online IDE shows the results of the simulation, compilation, and testing process.
The first step is simulating the deployment (origination) of the contract.
Expand Down
Binary file modified static/img/tutorials/smartpy-ide-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c96b677

Please sign in to comment.