Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Solidity Programming Essentials

Posted By: hill0
Solidity Programming Essentials

Solidity Programming Essentials by Ritesh Modi
English | 23 Apr. 2018 | ISBN: 1788831381 | 222 Pages | EPUB | 12.47 MB

Solidity is a high-level language whose syntax is similar to that of JavaScript and it is designed to compile to code for the Ethereum Virtual Machine. This book will be your guide to understand Solidity Programming to build Smart Contracts for Ethereum and Blockchain.

You will begin with a brief understanding of Blockchain, Ethereum and the Ethereum virtual machine. From here you will be taken through topics that will help you understand the Solidity programming language. You will install all necessary tools to write, test, deploy and debug solidity contracts on Ethereum. You will learn the layout of a Solidity source file and will learn to work with the different data types with Solidity. You will then be taken through solutions while working with the Globally available functions with Solidity. The next set of recipes will help you work with Operators, Control Structures, and Data Structures while building your Smart Contracts. In detain, you will be taken through Function calls, Return types, and Function Modifiers. You will then be taken through recipes in Object Oriented Programming with Solidity. You will then learn to Import, and deploy your smart contracts into your private Blockchain. Furthermore, you will be taken through recipes on Event Logging and Exception Handling and finally, you will be taken through recipes to test and debug your Smart contracts.