Instructional Video12:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cryptographic Oracle Contract

Higher Ed
In this video, we will discuss the solution to the exercise on a cryptographic Oracle contract from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video1:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Error Handling in Solidity

Higher Ed
This is an exercise video on error handling in Solidity. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section covers...
Instructional Video4:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Assert Work in Solidity

Higher Ed
In this video, you will learn how the assert() function works in Solidity and how it differs from the require() and revert() functions in terms of error handling and gas usage. This clip is from the chapter "Learn Advanced Solidity II"...
Instructional Video4:39
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Require Work in Solidity

Higher Ed
In this video, you will learn how the “require†statement works in Solidity and how it can be used to validate input parameters and conditions in your smart contracts. This clip is from the chapter "Learn Advanced Solidity II" of the...
Instructional Video4:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Overview of Error Handling in Solidity

Higher Ed
This video provides an overview of error handling in Solidity. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section...
Instructional Video3:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Use Assembly to Run Byte Conversions

Higher Ed
This is an exercise video on using Assembly to run byte conversions. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Instructional Video4:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Assembly and EVM OpCodes with Solidity

Higher Ed
This video covers the topic of Assembly and EVM OpCodes in Solidity, exploring the low-level programming language of Ethereum and how to use it to optimize smart contracts. This clip is from the chapter "Learn Advanced Solidity II" of...
Instructional Video4:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Access Library by Using A for B

Higher Ed
In this video, we will discuss the solution to the exercise on accessing a library using the A for B pattern from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
Instructional Video3:40
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Access Library Using A for B Pattern

Higher Ed
This is an exercise video on accessing a library using the A for B pattern. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video3:00
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Injected Web3 Interface Exercise Prerequisite

Higher Ed
In this video, you will learn the prerequisites required for understanding and working with Injected Web3 interfaces in Solidity programming. It also covers topics such as Web3.js, Metamask, or other tools and technologies used in web3...
Instructional Video5:08
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Abstract Contract Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on abstract contract calculator from the previous video. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete...
Instructional Video0:46
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Abstract Contract Calculator

Higher Ed
This is an exercise video on abstract contract calculator. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video7:33
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Abstract Contracts in Solidity

Higher Ed
In this video, you will learn about abstract contracts in Solidity, which are contracts that cannot be deployed and are used as base contracts to be inherited from. This clip is from the chapter "Learn Advanced Solidity I (Inheritance...
Instructional Video8:10
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Inheritance with Smart Contracts

Higher Ed
In this video, we will discuss the solution to the exercise on inheritance with smart contracts from the previous video. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete...
Instructional Video3:20
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Inheritance with Smart Contracts

Higher Ed
This is an exercise video on inheritance with smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video3:37
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is Inheritance in Solidity

Higher Ed
This video explains the concept of inheritance in Solidity, a way to reuse and extend the functionality of smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The...
Instructional Video4:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Review - Public Private External and Internal in Solidity

Higher Ed
In this video, you will learn about the difference between the public, private, external, and internal visibility modifiers in Solidity, and when to use them in your smart contracts. This clip is from the chapter "Learn Advanced Solidity...
Instructional Video9:44
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Contract Visibility Advanced

Higher Ed
This is an exercise video on contract visibility advanced. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video7:45
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity

Higher Ed
This video explores the concept of contract reviews in Solidity and how they can help improve the security and reliability of your smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)"...
Instructional Video3:18
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Advanced Solidity

Higher Ed
This video provides an introduction to advanced Solidity. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video1:19
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Optional Bonus - Cost Restriction in Solidity

Higher Ed
This is an optional video that provides bonus examples on cost restriction in Solidity to leverage your learning. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero...
Instructional Video2:53
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cost Restriction in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on cost restriction in Solidity from the previous video. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course -...
Instructional Video2:55
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cost Restriction in Solidity

Higher Ed
This is an exercise video on cost restriction in Solidity. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In...
Instructional Video2:46
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Only After Modifier in Solidity II

Higher Ed
In this video, we will continue our discussion on the “Only After†modifier in Solidity. By the end of the video, you will have a solid understanding of how to use the “Only After†modifier in a variety of situations to improve the...