Solidity
January 14, 2023 |
permanent
Summary #
Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state.
- Solidity is a curly-bracket language designed to target the Ethereum Virtual Machine (EVM).
- It is influenced by C++, Python and JavaScript.
- You can find more details about which languages Solidity has been inspired by in the language influences section. ref