Post
Topic
Board Altcoin Discussion
Re: Smart Contract Programming, are you learning?
by
bibimbap
on 23/07/2017, 01:00:28 UTC
Please feel free to share good resources.

I‘ve had a good start reading Solidity‘s readthedocs.io pages these days.

Quote
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 is statically typed, supports inheritance, libraries and complex user-defined types among other features.