Course Content
Lectures
0/64
Blockchain Series #1
About Lesson

Welcome to this brand new course about blockchain. In this course, and in the upcoming ones, we will make you familiar with everything you need to know about blockchain. We will also teach you some of the latest blockchain coding skills so that you can enter the fascinating world of decentralized applications.

In this video, we will learn about factory smart contract. In Solidity, a factory is a design pattern that enables the dynamic creation of contracts. It serves as a contract that generates and deploys new instances of a specific contract type. The factory pattern provides a flexible and efficient way to create multiple instances of contracts with varying parameters or configurations.

GitHub Repository:
https://github.com/arashtad/Arashtad-Smart-Conrtacts

Join the conversation