dotcodeschool
Written by Shawn Tabrizi
Learn the entry level concepts to develop your app on Polkadot by building an NFT marketplace.
4 lessons
Introduction
0% Complete
Welcome to the Substrate Collectables Workshop.
The goal of this tutorial is to teach by experience various entry level concepts around developing with the Polkadot SDK.
This tutorial will walk you through the steps of building an NFT Marketplace, themed around collectable digital pets called Substrate Kitties!
Let's get started!
Storage Basics
Now that we have covered the basics of Pallets and gone through all of the template code, we can start writing some code ourselves.
In this section you will learn the basics of creating and using storage in your Pallet, including creating and using storage values and storage maps.
Storing Objects
Now that we have covered the basics of Pallet storage, we can look into more advance storage patterns.
In this section, you will learn how to store objects and use multiple storage items to work together to track data on your chain.
Kitty Marketplace
Using all of the information we learned about Pallet storage, we have completed the logic needed to create new kitties.
In this section, we will create the logic that enables a marketplace, where you can: transfer, sell, and buy kitties.