MJMalinda Jayawardanainweb3buddy.hashnode.dev·Oct 27, 2022 · 5 min readData types in SoliditySolidity is an object-oriented programming language that is used to create smart contracts for Ethereum . In this article we are going to explain the basic datatypes in Solidity. In Solidity, data types for each variable must be specified at compile ...00
MJMalinda Jayawardanainweb3buddy.hashnode.dev·Oct 23, 2022 · 3 min readHello World In SoliditySolidity is an object-oriented, high-level programming language used to implement smart contracts. Because it is a curly-bracket language, the characters "{" and "}" define statement blocks. Here is an example of how to write a hello world smart cont...00