Build a decentralized marketplace using FT4
This course will guide you through building a decentralized marketplace where users can buy and sell game trading cards.
What we will cover:
- Registering a payment token to be used in the marketplace
- Registering and setting up user accounts
- Defining and minting NFTs using a model built in rell
- Building a marketplace where you can list NFTs for sale
- Handling transactions and transfering NFTs and Payment tokens between users
For many of these operations, we will use the Chromia FT4 library, which manages accounts and assets and handles transfers between accounts.
Repository link
The complete code repository for this course is available here: Marketplace course repository.