Solidity Language
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM).
- Solidity Documentation
- Remix Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
- Awesome Solidity