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 market place smart contract. The provided smart contract represents a marketplace contract where users can create and sell products. The “marketPlace” contract includes a struct called “Product” that defines the properties of a product, such as an ID, name, price, seller’s address, and a flag indicating whether the product is sold or not.

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

Join the conversation