Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Bits and Bytes
In this video, we will discuss the solution to the exercise on bits and bytes from the previous video. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Bits and Bytes
This is an exercise video on bits and bytes. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" 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 - Bits and Units - Conversion in Solidity
In this video, you will learn about bits and units and how to convert them in Solidity. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Nested Mapping in Solidity
In this video, we will explore the concept of nested mappings in Solidity. By the end of this video, you will have a clear understanding of how nested mappings work in Solidity and how to use them in your own smart contracts. This clip...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Mapping and Struct Assignment
In this video, we will discuss the solution to the exercise on mapping and struct assignment from a previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping and Struct Assignment
In this video, we will dive into the concept of mapping and how to use it in Solidity. We will also explore how to assign a struct to a mapping, and the different ways to retrieve the values stored in a mapping. By the end of this video,...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Set Keys and Values
This is an exercise video on setting keys and values. 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 - Mapping in Solidity
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Structs in Solidity
In this video, we will discuss the solution to the exercise on structs in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Structs in Solidity
This is an exercise video on structs 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 section, we...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. 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 - How to Write Enums
In this video, we will discuss the solution to the exercise on how to write Enums 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 - 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 - What Are Enums in Solidity
In this video, you will learn about Enums in Solidity, which allows you to create a custom data type with a fixed set of possible values. 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 - 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 – Delete
In this video, you will learn about the “delete†keyword in Solidity, which can be used to delete elements from an array. 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 - 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 - Exercise - Build a Constructor in Solidity
This is an exercise video on building a constructor 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...
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 II
In this video, we will continue our discussion on the difference between bytes and strings in Solidity. Additionally, we will cover some important use cases for bytes and strings in smart contracts. This clip is from the chapter "Learn...