An introduction to the Remix online IDE.
1_Storage.sol
. The editor should be organized in a way that is familiar to you. It is divided into three areas:
1_Storage.sol
to open it in the editor. You can close the home tab if you’d like.
Auto compile
option. Smart contracts are almost always very small files, so this shouldn’t ever cause a performance problem while editing code.
The Compile and Run script
button in this plugin is a little misleading. This is not how you will usually run your contract through testing. You can click the I
button for more information on this feature.
Finally, if you have errors in your contracts, the complete text for each error will appear at the bottom of the pane. Try it out by introducing some typos to 1_Storage.sol
.
1_Storage.sol
and then click the orange Deploy
button. You’ll see your contract appear below as STORAGE AT <address>.
Trash
button to erase old deployments before deploying again.