Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 302 Bytes

solidity.md

File metadata and controls

6 lines (3 loc) · 302 Bytes

Solidity

Solidity is a contract-oriented, high-level programming language for implementing smart contracts. It was influenced by C++, Python and JavaScript and is designed to target the Ethereum Virtual Machine (EVM).

source: https://solidity.readthedocs.io/