Asset management
Welcome to the Asset management course!
This course is designed to teach you how to create and manage digital assets on the Chromia blockchain using the FT4 library. You will build a minimal DeFi-oriented dapp that includes a pool account, admin minting, admin burning, asset locking, and a user-accessible faucet.
What you'll learn
In this course, you will:
- Understand the fundamentals of FT4 assets
- Set up a pool account for asset management
- Learn how to create and manage digital assets
- Implement asset operations such as minting, burning, and transferring
- Implement mechanisms for locking and unlocking assets
- Create a faucet system for testing purposes
- Understand security considerations in asset management
Course structure
The course is divided into several lessons, each focusing on a specific aspect of FT4 asset development:
- Project setup and configuration
- Understanding the basics of FT4 assets
- Creating and managing assets
- Implementing asset operations
- Testing
- Security considerations and recommendations for next steps
Repository link
You can find the complete code repository for this course here: Asset management course.