Solidity [STO]
Solidity is an object-oriented programming language that smart contracts can be written in; it can be used on various DLT platforms.
Solidity is an object-oriented programming language for implementing smart contracts on various blockchain platforms, most notably, Ethereum. It was developed by Christian Reitwiessner, Alex Beregszaszi, and several former Ethereum core contributors. Programs in Solidity run on Ethereum Virtual Machine.
Paradigm | Object-orientated |
---|---|
Stable release | |
Website | github |
Influenced by | |
JavaScript, C++, Python |