You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/blockchain/service/connect-metamask.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Remix is a browser-based Solidity development environment. Using MetaMask and Re
88
88
```
89
89
90
90
The **simple contract** declares a state variable named **balance**. There are two functions defined. The **add** function adds a number to **balance**. The **get** function returns the value of **balance**.
91
-
1. To compile the contract, first select the Solidity compiler pane then select the **Compile > Start to compile**.
91
+
1. To compile the contract, first select the Solidity compiler pane then select the **Compile simple.sol**.
0 commit comments