How To: Write a Simple Smart Contract
In this article Morgan Fogarty guide us on how to write a very simple Smart Contract in the Solidity programming language. She explains basic concepts on this subject like that contracts are declared with an uppercase first letter and they act like classes in Ruby, Java and Python. Solidity is a statically or strongly typed language. In …