Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Write Enums
This is an exercise video on how to write Enums in Solidity. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Compact Array
In this video, we will discuss the solution to the exercise on a compact array from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Compact Array
This is an exercise video on a compact array. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this section, we...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods
In this video, you will learn about arrays in Solidity and the pop, push, and length methods associated with them. We will cover the basics of declaring and initializing arrays, as well as how to add and remove elements from them using...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Build a Constructor in Solidity
In this video, we will discuss the solution to the exercise on building a constructor in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Constructors in Solidity
In this video, you will learn about constructors in Solidity and how they are used to initialize state variables in a smart contract. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Writing Strings in Solidity
In this video, we will discuss the solution to the exercise on writing strings in Solidity from the previous video. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Writing Strings in Solidity
This is an exercise video on writing strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bytes Versus Strings in Solidity I
In this video, you will learn about the difference between bytes and strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Memory Keyword in Solidity
In this video, you will learn about the memory keyword in Solidity, its significance, and how it is used to manage data in memory during the execution of a function. This clip is from the chapter "Learn Solidity - Basics III" of the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Strings in Solidity
In this video, you will learn about strings in Solidity and how to declare and initialize them. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Loop in Solidity
In this video, we will discuss the solution to the exercise on how to loop in Solidity from the previous video. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Loop in Solidity
This is an exercise video on how to loop in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses on...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Improve Your Skills with This Course
In this video, you will learn some tips and tricks to improve your skills and get the most out of this course along with providing you with the review of the concepts learned till now. This clip is from the chapter "Learn Solidity -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Final Solidity Operator Test
This is an exercise video on the final Solidity operator test. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity Course - Zero to Advanced for...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Assignment Operator in Solidity
This video explains how to use the assignment operator to assign values to variables in Solidity. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Logical Operators
In this video, we will discuss the solution to the exercise on logical operators from the previous video. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Logical Operators
This is an exercise video on logical operators. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Logical Operators in Solidity
This video introduces logical operators in Solidity and explains how to use them to make decisions in your smart contracts. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Comparison Operators
This is an exercise video on comparison operators. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Comparison Operators in Solidity
In this video, you will learn about comparison operators in Solidity and how to use them to compare values and produce Boolean results. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arithmetic Operators in Solidity
In this video, you will learn about arithmetic operators in Solidity and how to use them to perform basic mathematical operations such as addition, subtraction, multiplication, and division on numerical data types like integers and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Visibility - Public Private Internal External - in Solidity III
In this video, we will dive deeper into Solidity visibility modifiers and explore more advanced topics and their practical applications in smart contract development. This clip is from the chapter "Learn Solidity - Basics II (Conditional...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Visibility - Public Private Internal External - in Solidity II
In this video, we will dive deeper into the concept of visibility in Solidity, exploring the differences between public, private, internal, and external visibility modifiers and how to use them effectively in your smart contracts. This...