Ethereum Smart Contracts with Solidity: Features of the Solidity Language

placeholder

In this 12-video course participants sample various features of the Solidity language such as the different types which are available; the kinds of functions which can be included within your smart contracts; and the object-oriented concepts that are supported such as abstract contracts inheritances and interfaces. You will survey some of the special operations in Ethereum which can be coded in Solidity such as the transfer of Ether and the development tools which are available such as the Remix IDE (integrated developer environment) and the Truffle Suite. Learn about the array types contained within Solidity—fixed length or dynamic—which are similar to those in other programming languages and the important differences: no real null types or undefined types an attribute which results in default values if not explicitly set. By the end of this course you will have a firm grasp of the concepts and features of the Solidity programming language and its benefits as well as its limitations when creating your Blockchain solutions.