Solidity - The Solidity Contract-Oriented Programming Language
Solidity is a contract-oriented, high-level language for implementing smart contracts. It was influenced by C++, Python and JavaScript and is designed to target the Ethereum Virtual Machine (EVM). It is statically typed, supports inheritance, libraries and complex user-defined types among other features. With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets.
https://github.com/ethereum/solidity
https://solidity.readthedocs.io/en/develop/
License:
Tech:
Tags: