Skip to main content

Web3 Glossary

Solidity

Solidity is a contract-oriented, high-level language with syntax comparable to JavaScript that is intended to be used with the Ethereum Virtual Machine (EVM).

Solidity is statically typed and, among other things, enables inheritance, libraries, and sophisticated user-defined types.