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. The “TokenFactory” contract enables the dynamic creation of ERC-20 token contracts with different configurations or parameters. By invoking the “createToken” function, users can generate new tokens by specifying the desired name, symbol, and total supply. This pattern enhances code reusability and simplifies the process of creating and managing multiple token contracts within a decentralized application or ecosystem.

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

Join the conversation