-
Book Overview & Buying
-
Table Of Contents
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts
By :
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts
By:
Overview of this book
Solidity is the most popular blockchain language in the world designed to build DApplications (Smart Contracts). It powers Ethereum and there is an in-demand exponential growth of high-paying jobs all over the world, which is changing the way we conduct business.
The course starts with covering the Solidity fundamentals including variables, if/else, operators, Boolean logic, functions, arrays, modifiers, loops, strings, and more. You will also learn Solidity from scratch with topics such as public and private visibility, struct and Enums, special global and blockchain variables, suffixes, and addresses.
You will also learn how Solidity works behind the scenes including the Ethereum Virtual Machine (EVM) and assembly, events and logging blockchain emissions, send versus transfer methods, scoping, and more. There will be a deep dive into functions such as modifier functions, cryptographic functions, fallback functions, and function overloading.
Object-oriented programming will also be covered in depth along with advanced patterns. This knowledge will be applied to build an Auction DApplication as well as plug into the live main net and access the Ethereum Blockchain Data through real-world DApplications.
Finally, you will learn Solidity techniques that are used by professionals in blockchain including test network deployment, IDE, debugging, and compiling.
By the end of the course, you will have the knowledge and confidence that you need in order to ace your Solidity blockchain job interviews and become a professional developer for smart contracts and DApplications.
Table of Contents (12 chapters)
First Steps - How to Succeed in This Course
Introduction to Solidity (For the Complete Beginner)
Learn Solidity - Basics I
Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)
Learn Solidity - Basics III
Structures and Libraries in Solidity
Learn Solidity Basics IV (Conversions and Special Variables)
Learn Functions in Solidity
Solidity Patterns I - Cybersecurity
Solidity Patterns II - Restricted Access
Learn Advanced Solidity I (Inheritance and Abstractions)
Learn Advanced Solidity II