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
You can talk to us on Gitter and Matrix, tweet at us on X (previously Twitter) or create a new topic in the Solidity forum. Questions, feedback, and suggestions are welcome!
9
+
You can talk to us on Gitter and Matrix, tweet at us on X (previously Twitter), or create a new topic in the Solidity forum. Questions, feedback, and suggestions are welcome!
10
10
11
-
Solidity is a statically-typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
11
+
Solidity is a staticallytyped, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
12
12
13
13
For a good overview and starting point, please check out the official [Solidity Language Portal](https://soliditylang.org).
14
14
@@ -25,7 +25,7 @@ For a good overview and starting point, please check out the official [Solidity
25
25
26
26
## Background
27
27
28
-
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
28
+
Solidity is a staticallytyped curly-braces programming language designed for developing smart contracts
29
29
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
30
30
network where nobody has special authority over the execution, and thus they allow anyone to implement tokens of value,
31
31
ownership, voting, and other kinds of logic.
@@ -56,7 +56,7 @@ contract HelloWorld {
56
56
}
57
57
```
58
58
59
-
To get started with Solidity, you can use [Remix](https://remix.ethereum.org/), which is a
59
+
To start with Solidity, you can use [Remix](https://remix.ethereum.org/), a
60
60
browser-based IDE. Here are some example contracts:
0 commit comments